Lines Matching full:locales
685 logln(UnicodeString("Number of locales returned = ") + locCount);
961 // even for locales that are not installed.
1138 * is check that any locales with the EURO variant format a number using the
1141 * ASSUME: All locales encode the Euro character "\u20AC".
1175 const char** locales = localeArr;
1181 for (;*locales!=NULL;locales++) {
1182 Locale loc (*locales);
1188 dataerrln("Error calling NumberFormat::createCurrencyInstance(%s)", *locales);
1373 * Should throw an exception for unknown locales
1394 * Should throw an exception for unknown locales
1418 Locale locales [] = { Locale("no", "NO"),
1444 Locale loc = locales[i];
1780 * Check the relationship between requested locales, and report problems.