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