Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp118 WCHAR longDateFormat[81], longTimeFormat[81], wdBuffer[256], wtBuffer[256]; in testLocales() local
154 …tDateFormatW(lcidRecords[i].lcid, DATE_LONGDATE, &winNow, NULL, wdBuffer, UPRV_LENGTHOF(wdBuffer)); in testLocales()
174 if (ubBuffer.indexOf((const UChar *)wdBuffer, wdLength - 1, 0) < 0) { in testLocales()
176 UnicodeString expected((const UChar *)wdBuffer); in testLocales()
190 if (udBuffer.compare((const UChar *)wdBuffer) != 0) { in testLocales()
192 UnicodeString expected((const UChar *)wdBuffer); in testLocales()
Dwinnmtst.cpp238 UnicodeString w3Buffer, w6Buffer, wdBuffer; in testLocale() local
243 getWindowsFormat(lcid, currency, wdBuffer, L"%.16f", d); in testLocale()
250 if (udBuffer.compare(wdBuffer) != 0) { in testLocale()
254 ": got " + udBuffer + " expected " + wdBuffer); in testLocale()