Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dwinnmtst.cpp229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestL… in testLocale() argument
244 wnf->format(d, udBuffer); in testLocale()
252 wnf->format(i32, u3Buffer); in testLocale()
260 wnf->format(i64, u6Buffer); in testLocale()
295 NumberFormat *wnf = NumberFormat::createInstance(ulocale, status); in testLocales() local
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales()
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales()
315 delete wnf; in testLocales()