Home
last modified time | relevance | path

Searched refs:stringData (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java102 Object[] stringData = new Object[] { in test() local
122 emptyTypeSig.test("TypeSignature.test(string)", stringData, in test()
/trunk/main/tools/source/debug/
H A Ddebug.cxx428 rtl_String* stringData = NULL; in lcl_writeHexByte() local
429 … rtl_string_newFromStr_WithLength( &stringData, buf, rtl_str_valueOfInt32( buf, _nValue, 16 ) ); in lcl_writeHexByte()
431 lcl_writeConfigString( _pFile, _pKeyName, stringData->buffer ); in lcl_writeHexByte()
433 rtl_string_release( stringData ); in lcl_writeHexByte()

Completed in 26 milliseconds