Lines Matching refs:localeID
234 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestL… in testLocale() argument
251 UnicodeString locale(localeID); in testLocale()
259 UnicodeString locale(localeID); in testLocale()
267 UnicodeString locale(localeID); in testLocale()
282 char localeID[128]; in testLocales() local
285 if (lcidRecords[i].localeID == NULL) { in testLocales()
304 strcpy(localeID, lcidRecords[i].localeID); in testLocales()
306 if (strchr(localeID, '@') > 0) { in testLocales()
307 strcat(localeID, ";"); in testLocales()
309 strcat(localeID, "@"); in testLocales()
312 strcat(localeID, "compat=host"); in testLocales()
314 Locale ulocale(localeID); in testLocales()
318 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales()
319 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales()
326 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales()
327 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales()