/external/icu/icu4c/source/common/ |
D | locid.cpp | 762 return getLocale(eROOT); in getRoot() 768 return getLocale(eENGLISH); in getEnglish() 774 return getLocale(eFRENCH); in getFrench() 780 return getLocale(eGERMAN); in getGerman() 786 return getLocale(eITALIAN); in getItalian() 792 return getLocale(eJAPANESE); in getJapanese() 798 return getLocale(eKOREAN); in getKorean() 804 return getLocale(eCHINESE); in getChinese() 810 return getLocale(eCHINA); in getSimplifiedChinese() 816 return getLocale(eTAIWAN); in getTraditionalChinese() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 57 ULocale gpLocale0 = gp.getLocale(0); in TestDefault() 64 ULocale gpLocale1 = gp.getLocale(1); in TestDefault() 71 ULocale gpLocale2 = gp.getLocale(2); in TestDefault() 78 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestDefault() 86 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE); in TestDefault() 94 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE); in TestDefault() 112 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE); in TestDefault() 299 ULocale loc = gp.getLocale(j); in TestSetLocales() 301 if (!gp.getLocale(j).toString().equals(RESULTS_LOCALEIDS[i][j])) { in TestSetLocales() 333 ULocale loc = gp.getLocale(j); in TestSetLocales() [all …]
|
D | PluralFormatTest.java | 276 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestGetLocale() 279 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestGetLocale() 288 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestSetLocale() 291 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestSetLocale()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 53 ULocale gpLocale0 = gp.getLocale(0); in TestDefault() 60 ULocale gpLocale1 = gp.getLocale(1); in TestDefault() 67 ULocale gpLocale2 = gp.getLocale(2); in TestDefault() 74 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestDefault() 82 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE); in TestDefault() 90 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE); in TestDefault() 108 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE); in TestDefault() 295 ULocale loc = gp.getLocale(j); in TestSetLocales() 297 if (!gp.getLocale(j).toString().equals(RESULTS_LOCALEIDS[i][j])) { in TestSetLocales() 329 ULocale loc = gp.getLocale(j); in TestSetLocales() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dcfmtsym.h | 278 inline Locale getLocale() const; 285 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 491 DecimalFormatSymbols::getLocale() const { in getLocale() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BreakIterator.java | 801 if (cache.getLocale().equals(locale)) { in registerInstance() 860 if (cache.getLocale().equals(where)) { in getBreakInstance() 915 ULocale getLocale() { in getLocale() method in BreakIterator.BreakIteratorCache 983 public final ULocale getLocale(ULocale.Type type) { in getLocale() method in BreakIterator
|
D | MeasureFormat.java | 424 final PluralRanges pluralRanges = Factory.getDefaultFactory().getPluralRanges(getLocale()); in formatMeasureRange() 429 String rangeFormatter = getRangeFormat(getLocale(), formatWidth); in formatMeasureRange() 475 result.append(unit.getName(currencyFormat.nf.getLocale(ULocale.ACTUAL_LOCALE), in appendReplacingCurrency() 554 getLocale(), formatWidth.getListFormatterStyle()); in formatMeasures() 585 && getLocale().equals(rhs.getLocale()) in equals() 596 return (getLocale().hashCode() * 31 in hashCode() 612 public final ULocale getLocale() { in getLocale() method in MeasureFormat 613 return getLocale(ULocale.VALID_LOCALE); in getLocale() 664 getLocale(), in withNumberFormat() 1125 return new MeasureProxy(getLocale(), formatWidth, numberFormat.get(), TIME_UNIT_FORMAT); in toTimeUnitProxy() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BreakIterator.java | 751 if (cache.getLocale().equals(locale)) { in registerInstance() 811 if (cache.getLocale().equals(where)) { in getBreakInstance() 864 ULocale getLocale() { in getLocale() method in BreakIterator.BreakIteratorCache 931 public final ULocale getLocale(ULocale.Type type) { in getLocale() method in BreakIterator
|
D | MeasureFormat.java | 407 final PluralRanges pluralRanges = Factory.getDefaultFactory().getPluralRanges(getLocale()); in formatMeasureRange() 412 String rangeFormatter = getRangeFormat(getLocale(), formatWidth); in formatMeasureRange() 458 result.append(unit.getName(currencyFormat.nf.getLocale(ULocale.ACTUAL_LOCALE), in appendReplacingCurrency() 535 getLocale(), formatWidth.getListFormatterStyle()); in formatMeasures() 565 && getLocale().equals(rhs.getLocale()) in equals() 575 return (getLocale().hashCode() * 31 in hashCode() 589 public final ULocale getLocale() { in getLocale() method in MeasureFormat 590 return getLocale(ULocale.VALID_LOCALE); in getLocale() 637 getLocale(), in withNumberFormat() 1098 return new MeasureProxy(getLocale(), formatWidth, numberFormat.get(), TIME_UNIT_FORMAT); in toTimeUnitProxy() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 419 a.getLocale()==b.getLocale() && in equalRB() 461 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){ in TestOtherAPI() 478 …if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) !=… in TestOtherAPI() 480 …explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(… in TestOtherAPI() 487 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 || in TestOtherAPI() 488 strcmp(test1.getLocale().getName(), defaultresource.getLocale().getName() ) ==0 ) in TestOtherAPI() 496 strcmp(defSubCopy.getLocale().getName(), defaultSub.getLocale().getName() ) !=0 ){ in TestOtherAPI()
|
D | loctest.cpp | 477 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) { in TestDisplayNames() 1858 valid = cal->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1859 actual = cal->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 1867 if (cal->getLocale(ULOC_VALID_LOCALE, ec).getName()[0] != 0) { in TestGetLocale() 1890 valid = dec->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1891 actual = dec->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 1903 valid = sym->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1904 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 1931 valid = dat->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1932 actual = dat->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() [all …]
|
D | svccoll.cpp | 64 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegister() 69 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 73 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status); in TestRegister() 188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 416 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegisterFactory() 421 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegisterFactory()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleAliasTest.java | 80 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 81 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 110 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat() 111 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleAliasTest.java | 84 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 85 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 114 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat() 115 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
|
D | ULocaleCollationTest.java | 154 Method getLocale = cls.getMethod("getLocale", getLocaleParams); in checkObject() local 155 ULocale valid = (ULocale) getLocale.invoke(obj, new Object[] { in checkObject() 157 ULocale actual = (ULocale) getLocale.invoke(obj, new Object[] { in checkObject()
|
/external/icu/icu4c/source/i18n/ |
D | locdspnm.cpp | 71 const Locale& getLocale(); 115 ICUDataTable::getLocale() { in getLocale() function in ICUDataTable 168 virtual const Locale& getLocale() const; 200 DefaultLocaleDisplayNames::getLocale() const { 309 virtual const Locale& getLocale() const; 392 nonConstThis->locale = langData.getLocale() == Locale::getRoot() in initialize() 393 ? regionData.getLocale() in initialize() 394 : langData.getLocale(); in initialize() 504 LocaleDisplayNamesImpl::getLocale() const { in getLocale() function in LocaleDisplayNamesImpl 852 return ((const LocaleDisplayNames *)ldn)->getLocale().getName(); in uldn_getLocale()
|
D | format.cpp | 196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() function in Format 198 return locBased.getLocale(type, status); in getLocale()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatTest.java | 272 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestGetLocale() 275 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestGetLocale() 284 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestSetLocale() 287 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestSetLocale()
|
/external/icu/icu4c/source/common/unicode/ |
D | resbund.h | 444 getLocale(void) const; 458 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationServiceTest.java | 48 if (!test.getLocale(ULocale.VALID_LOCALE).equals(ULocale.GERMAN)) { in TestRegister() 49 errln("Collation from Germany is really " + test.getLocale(ULocale.VALID_LOCALE)); in TestRegister() 122 if (!ncol.getLocale(ULocale.VALID_LOCALE).equals(ULocale.US)) { in TestRegister() 123 errln("Collation from US is really " + ncol.getLocale(ULocale.VALID_LOCALE)); in TestRegister() 254 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); in TestRegisterFactory()
|
D | CollationAPITest.java | 978 ULocale locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 985 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1021 locale = coll.getLocale(ULocale.VALID_LOCALE); 1026 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1040 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE); 1059 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE); 1064 ULocale actual = coll.getLocale(ULocale.ACTUAL_LOCALE); 1078 locale = coll.getLocale(ULocale.VALID_LOCALE); 1083 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1328 coll.getLocale(ULocale.ACTUAL_LOCALE).toString()+"): "+
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 44 if (!test.getLocale(ULocale.VALID_LOCALE).equals(ULocale.GERMAN)) { in TestRegister() 45 errln("Collation from Germany is really " + test.getLocale(ULocale.VALID_LOCALE)); in TestRegister() 118 if (!ncol.getLocale(ULocale.VALID_LOCALE).equals(ULocale.US)) { in TestRegister() 119 errln("Collation from US is really " + ncol.getLocale(ULocale.VALID_LOCALE)); in TestRegister() 250 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); in TestRegisterFactory()
|
D | CollationAPITest.java | 974 ULocale locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 981 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1017 locale = coll.getLocale(ULocale.VALID_LOCALE); 1022 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1036 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE); 1055 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE); 1060 ULocale actual = coll.getLocale(ULocale.ACTUAL_LOCALE); 1074 locale = coll.getLocale(ULocale.VALID_LOCALE); 1079 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1324 coll.getLocale(ULocale.ACTUAL_LOCALE).toString()+"): "+
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | Messages.java | 146 private Locale getLocale() in getLocale() method in Messages 308 Locale locale = getLocale(); in loadResourceBundle()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 150 Method getLocale = cls.getMethod("getLocale", getLocaleParams); in checkObject() local 151 ULocale valid = (ULocale) getLocale.invoke(obj, new Object[] { in checkObject() 153 ULocale actual = (ULocale) getLocale.invoke(obj, new Object[] { in checkObject()
|