Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/rtl_strings/
H A Drtl_OUStringBuffer.cxx809 rtl_uString* tmpUstring = NULL; in test_rtl_OUStringBuffer_csuc() local
815 rtl_string2UString( &tmpUstring, tmpStr, tmpLen, in test_rtl_OUStringBuffer_csuc()
817 OSL_ASSERT(tmpUstring != NULL); in test_rtl_OUStringBuffer_csuc()
831 {"test normal ustring",(*tmpUstring).buffer,kTestStr1Len, in test_rtl_OUStringBuffer_csuc()
864 rtl_uString* tmpUstring = NULL; in test_rtl_OUStringBuffer_getStr() local
870 rtl_string2UString( &tmpUstring, tmpStr, tmpLen, in test_rtl_OUStringBuffer_getStr()
872 OSL_ASSERT(tmpUstring != NULL); in test_rtl_OUStringBuffer_getStr()
886 {"test normal ustring",(*tmpUstring).buffer,kTestStr1Len, in test_rtl_OUStringBuffer_getStr()
H A Drtl_OUString.cxx866 rtl_uString* tmpUstring = NULL; in test_rtl_OUString_csuc() local
871 rtl_string2UString( &tmpUstring, tmpStr, tmpLen, in test_rtl_OUString_csuc()
873 OSL_ASSERT(tmpUstring != NULL); in test_rtl_OUString_csuc()
887 {"test normal ustring",(*tmpUstring).buffer,kTestStr1Len, in test_rtl_OUString_csuc()
923 rtl_uString* tmpUstring = NULL; in test_rtl_OUString_getStr() local
928 rtl_string2UString( &tmpUstring, tmpStr, tmpLen, in test_rtl_OUString_getStr()
930 OSL_ASSERT(tmpUstring != NULL); in test_rtl_OUString_getStr()
944 {"test normal ustring",(*tmpUstring).buffer,kTestStr1Len, in test_rtl_OUString_getStr()

Completed in 43 milliseconds