Searched refs:wTestValue (Results 1 – 1 of 1) sorted by relevance
554 const sal_Unicode* wTestValue= sWTestValue.getStr(); in test_registry_CppApi() local555 …!rootKey.setValue(OUString::createFromAscii("mySixthKey"), RG_VALUETYPE_UNICODE, (void*)wTestValue, in test_registry_CppApi()556 … (rtl_ustr_getLength(wTestValue)+1)*sizeof(sal_Unicode)), "test_registry_CppApi error 13j1"); in test_registry_CppApi()561 …REG_ENSURE(rtl_ustr_getLength(wTestValue) == rtl_ustr_getLength(pTmpValue), "test_registry_CppApi … in test_registry_CppApi()562 REG_ENSURE(rtl_ustr_compare(wTestValue, pTmpValue) == 0, "test_registry_CppApi error 13j4"); in test_registry_CppApi()
Completed in 8 milliseconds