Searched refs:wtBuffer (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 117 WCHAR longDateFormat[81], longTimeFormat[81], wdBuffer[256], wtBuffer[256]; in testLocales() local 154 …tLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, UPRV_LENGTHOF(wtBuffer)); in testLocales() 181 if (ubBuffer.indexOf((const UChar *)wtBuffer, wtLength - 1, 0) < 0) { in testLocales() 183 UnicodeString expected((const UChar *)wtBuffer); in testLocales() 197 if (utBuffer.compare((const UChar *)wtBuffer) != 0) { in testLocales() 199 UnicodeString expected((const UChar *)wtBuffer); in testLocales()
|