Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp230 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestL… in testLocale() argument
245 wnf->format(d, udBuffer); in testLocale()
253 wnf->format(i32, u3Buffer); in testLocale()
261 wnf->format(i64, u6Buffer); in testLocale()
296 NumberFormat *wnf = NumberFormat::createInstance(ulocale, status); in testLocales() local
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales()
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales()
316 delete wnf; in testLocales()