Searched refs:wdBuffer (Results 1 – 2 of 2) 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 134 …tDateFormatW(lcidRecords[i].lcid, DATE_LONGDATE, &winNow, NULL, wdBuffer, UPRV_LENGTHOF(wdBuffer)); in testLocales() 154 if (ubBuffer.indexOf((const UChar *)wdBuffer, wdLength - 1, 0) < 0) { in testLocales() 156 UnicodeString expected((const UChar *)wdBuffer); in testLocales() 170 if (udBuffer.compare((const UChar *)wdBuffer) != 0) { in testLocales() 172 UnicodeString expected((const UChar *)wdBuffer); in testLocales()
|
D | winnmtst.cpp | 234 UnicodeString w3Buffer, w6Buffer, wdBuffer; in testLocale() local 239 getWindowsFormat(lcid, currency, wdBuffer, L"%.16f", d); in testLocale() 246 if (udBuffer.compare(wdBuffer) != 0) { in testLocale() 250 ": got " + udBuffer + " expected " + wdBuffer); in testLocale()
|