Lines Matching refs:Locale
31 // import java.util.Locale;
148 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
173 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
204 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
210 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
223 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status);
400 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
1068 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
1120 = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale::getUS(), status);
1156 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status);
1195 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
1235 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status);
1320 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status);
1369 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status);
1386 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status);
1427 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt","BR",""), status);
1465 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status);
1510 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("th"), status);
1536 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv"), status);
1614 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("en_US"), status);
1701 Locale locale0("en__VALLEY@turkey=gobblegobble");
1702 Locale locale1("de_DE_FOO");
1703 Locale locale2("ja_JP");
1718 Locale locale = formatter0.getRuleSetDisplayNameLocale(i, status);
1722 UnicodeString lname = formatter0.getRuleSetDisplayName(j, locale);
1723 UnicodeString msg = locale.getName();
1758 "<<%main>,<en, main, foo>>", // too many elements in locale data
1759 "<<%main>,<en>>", // too few elements in locale data
1813 const Locale* locales = Locale::getAvailableLocales(count);
1815 const Locale* loc = &locales[i];
1891 new RuleBasedNumberFormat(rules, Locale::getUS(), parse_error, status);
1914 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status);
1920 DecimalFormatSymbols dfs(Locale::getEnglish(), status);
1960 // NumberFormat* decFmt = NumberFormat::createInstance(Locale::getUS(), status);
2031 NumberFormat* decFmt = NumberFormat::createInstance(Locale::getUS(), status);
2037 const char* asciiUSNumber = testData[i][1]; // number as ascii digits formatted for US locale