Searched refs:wtBuffer (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 113 WCHAR longDateFormat[81], longTimeFormat[81], wdBuffer[256], wtBuffer[256]; in testLocales() local 135 … wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, ARRAY_SIZE(wtBuffer)); in testLocales() 162 if (ubBuffer.indexOf(wtBuffer, wtLength - 1, 0) < 0) { in testLocales() 164 UnicodeString expected(wtBuffer); in testLocales() 178 if (utBuffer.compare(wtBuffer) != 0) { in testLocales() 180 UnicodeString expected(wtBuffer); in testLocales()
|