Searched refs:getWindowsFormat (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 133 static UnicodeString &getWindowsFormat(int32_t lcid, UBool currency, UnicodeString &appendTo, const… in getWindowsFormat() function 239 getWindowsFormat(lcid, currency, wdBuffer, L"%.16f", d); in testLocale() 241 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32); in testLocale() 243 getWindowsFormat(lcid, currency, w6Buffer, L"%I64d", i64); in testLocale()
|