/external/icu/icu4c/source/common/ |
D | locid.cpp | 1068 return getLocale(eROOT); in getRoot() 1074 return getLocale(eENGLISH); in getEnglish() 1080 return getLocale(eFRENCH); in getFrench() 1086 return getLocale(eGERMAN); in getGerman() 1092 return getLocale(eITALIAN); in getItalian() 1098 return getLocale(eJAPANESE); in getJapanese() 1104 return getLocale(eKOREAN); in getKorean() 1110 return getLocale(eCHINESE); in getChinese() 1116 return getLocale(eCHINA); in getSimplifiedChinese() 1122 return getLocale(eTAIWAN); in getTraditionalChinese() [all …]
|
D | locdspnm.cpp | 74 const Locale& getLocale(); 118 ICUDataTable::getLocale() { in getLocale() function in ICUDataTable 171 virtual const Locale& getLocale() const; 203 DefaultLocaleDisplayNames::getLocale() const { 316 virtual const Locale& getLocale() const; 449 nonConstThis->locale = langData.getLocale() == Locale::getRoot() in initialize() 450 ? regionData.getLocale() in initialize() 451 : langData.getLocale(); in initialize() 523 LocaleDisplayNamesImpl::getLocale() const { in getLocale() function in LocaleDisplayNamesImpl 894 return ((const LocaleDisplayNames *)ldn)->getLocale().getName(); in uldn_getLocale()
|
/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() 301 ULocale loc = gp.getLocale(j); in TestSetLocales() 303 if (!gp.getLocale(j).toString().equals(RESULTS_LOCALEIDS[i][j])) { in TestSetLocales() 335 ULocale loc = gp.getLocale(j); in TestSetLocales() [all …]
|
D | PluralFormatTest.java | 293 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestGetLocale() 296 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestGetLocale() 306 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestSetLocale() 309 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 | 54 ULocale gpLocale0 = gp.getLocale(0); in TestDefault() 61 ULocale gpLocale1 = gp.getLocale(1); in TestDefault() 68 ULocale gpLocale2 = gp.getLocale(2); in TestDefault() 75 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestDefault() 83 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE); in TestDefault() 91 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE); in TestDefault() 109 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE); in TestDefault() 298 ULocale loc = gp.getLocale(j); in TestSetLocales() 300 if (!gp.getLocale(j).toString().equals(RESULTS_LOCALEIDS[i][j])) { in TestSetLocales() 332 ULocale loc = gp.getLocale(j); in TestSetLocales() [all …]
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | MessageFormat.java.patch | 14 * <td><code>new DecimalFormat(argStyleText, new DecimalFormatSymbols(getLocale()))</code> 17 - * <td><code>NumberFormatter.forSkeleton(argSkeletonText).locale(getLocale()).toFormat()</co… 21 * <td><code>DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())</code>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 451 ListFormatter listFormatter = ListFormatter.getInstance(getLocale(), in formatMeasuresInternal() 482 return LongNameHandler.getUnitDisplayName(getLocale(), unit, formatWidth.unitWidth); in getUnitDisplayName() 502 && getLocale().equals(rhs.getLocale()) in equals() 514 …return (getLocale().hashCode() * 31 + getNumberFormatInternal().hashCode()) * 31 + getWidth().hash… in hashCode() 534 public final ULocale getLocale() { in getLocale() method in MeasureFormat 535 return getLocale(ULocale.VALID_LOCALE); in getLocale() 595 return new MeasureFormat(getLocale(), in withNumberFormat() 739 formatter = NumberFormatter.withLocale(getLocale()).unit(unit).perUnit(perUnit) in getUnitFormatterFromCache() 978 … return new MeasureProxy(getLocale(), formatWidth, getNumberFormatInternal(), TIME_UNIT_FORMAT); in toTimeUnitProxy() 982 … return new MeasureProxy(getLocale(), formatWidth, getNumberFormatInternal(), CURRENCY_FORMAT); in toCurrencyProxy() [all …]
|
D | BreakIterator.java | 830 if (cache.getLocale().equals(locale)) { in registerInstance() 889 if (cache.getLocale().equals(where)) { in getBreakInstance() 940 ULocale getLocale() { in getLocale() method in BreakIterator.BreakIteratorCache 1008 public final ULocale getLocale(ULocale.Type type) { in getLocale() method in BreakIterator
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 425 ListFormatter listFormatter = ListFormatter.getInstance(getLocale(), in formatMeasuresInternal() 454 return LongNameHandler.getUnitDisplayName(getLocale(), unit, formatWidth.unitWidth); in getUnitDisplayName() 472 && getLocale().equals(rhs.getLocale()) in equals() 482 …return (getLocale().hashCode() * 31 + getNumberFormatInternal().hashCode()) * 31 + getWidth().hash… in hashCode() 498 public final ULocale getLocale() { in getLocale() method in MeasureFormat 499 return getLocale(ULocale.VALID_LOCALE); in getLocale() 554 return new MeasureFormat(getLocale(), in withNumberFormat() 698 formatter = NumberFormatter.withLocale(getLocale()).unit(unit).perUnit(perUnit) in getUnitFormatterFromCache() 937 … return new MeasureProxy(getLocale(), formatWidth, getNumberFormatInternal(), TIME_UNIT_FORMAT); in toTimeUnitProxy() 941 … return new MeasureProxy(getLocale(), formatWidth, getNumberFormatInternal(), CURRENCY_FORMAT); in toCurrencyProxy() [all …]
|
D | BreakIterator.java | 787 if (cache.getLocale().equals(locale)) { in registerInstance() 847 if (cache.getLocale().equals(where)) { in getBreakInstance() 896 ULocale getLocale() { in getLocale() method in BreakIterator.BreakIteratorCache 963 public final ULocale getLocale(ULocale.Type type) { in getLocale() method in BreakIterator
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 422 a.getLocale()==b.getLocale() && in equalRB() 464 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){ in TestOtherAPI() 481 …if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) !=… in TestOtherAPI() 483 …explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(… in TestOtherAPI() 490 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 || in TestOtherAPI() 491 strcmp(test1.getLocale().getName(), defaultresource.getLocale().getName() ) ==0 ) in TestOtherAPI() 499 strcmp(defSubCopy.getLocale().getName(), defaultSub.getLocale().getName() ) !=0 ){ in TestOtherAPI()
|
D | loctest.cpp | 505 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) { in TestDisplayNames() 2079 valid = cal->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 2080 actual = cal->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 2088 if (cal->getLocale(ULOC_VALID_LOCALE, ec).getName()[0] != 0) { in TestGetLocale() 2111 valid = dec->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 2112 actual = dec->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 2124 valid = sym->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 2125 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 2152 valid = dat->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 2153 actual = dat->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() [all …]
|
D | svccoll.cpp | 67 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegister() 72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status); in TestRegister() 191 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 419 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegisterFactory() 424 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegisterFactory()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dcfmtsym.h | 296 inline Locale getLocale() const; 303 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 570 DecimalFormatSymbols::getLocale() const { in getLocale() function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleAliasTest.java | 93 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 94 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 124 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat() 125 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleAliasTest.java | 90 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 91 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); in TestCalendar() 121 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat() 122 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationServiceTest.java | 51 if (!test.getLocale(ULocale.VALID_LOCALE).equals(ULocale.GERMAN)) { in TestRegister() 52 errln("Collation from Germany is really " + test.getLocale(ULocale.VALID_LOCALE)); in TestRegister() 125 if (!ncol.getLocale(ULocale.VALID_LOCALE).equals(ULocale.US)) { in TestRegister() 126 errln("Collation from US is really " + ncol.getLocale(ULocale.VALID_LOCALE)); in TestRegister() 263 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); in TestRegisterFactory()
|
D | CollationAPITest.java | 897 assertNotEquals("getLocale()", ULocale.GERMAN, col1.getLocale(ULocale.ACTUAL_LOCALE)); 1076 ULocale locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1083 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1131 locale = coll.getLocale(ULocale.VALID_LOCALE); 1136 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1150 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE); 1169 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE); 1174 ULocale actual = coll.getLocale(ULocale.ACTUAL_LOCALE); 1188 locale = coll.getLocale(ULocale.VALID_LOCALE); 1193 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/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() 260 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); in TestRegisterFactory()
|
D | CollationAPITest.java | 894 assertNotEquals("getLocale()", ULocale.GERMAN, col1.getLocale(ULocale.ACTUAL_LOCALE)); 1073 ULocale locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1080 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1128 locale = coll.getLocale(ULocale.VALID_LOCALE); 1133 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); 1147 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE); 1166 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE); 1171 ULocale actual = coll.getLocale(ULocale.ACTUAL_LOCALE); 1185 locale = coll.getLocale(ULocale.VALID_LOCALE); 1190 locale = coll.getLocale(ULocale.ACTUAL_LOCALE); [all …]
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/util/ |
D | ULocale.java.patch | 9 - * <tt>getLocale()</tt>. These methods exist in several ICU classes, 17 - * <tt>getLocale()</tt> may be called on it to determine the valid and
|
/external/icu/icu4c/source/common/unicode/ |
D | resbund.h | 446 getLocale(void) const; 460 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatTest.java | 290 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestGetLocale() 293 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestGetLocale() 303 if (!cpi.getLocale().equals(new ULocale("en_US"))) { in TestSetLocale() 306 if (cpi.getLocale().equals(new ULocale("jp_JP"))) { in TestSetLocale()
|
/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/icu4c/source/i18n/ |
D | format.cpp | 198 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() function in Format 200 return locBased.getLocale(type, status); in getLocale()
|