/external/icu/icu4c/source/common/ |
D | locbased.cpp | 17 const char* id = getLocaleID(type, status); in getLocale() 21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() function in LocaleBased
|
D | locbased.h | 68 const char* getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | brkiter.cpp | 455 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() function in BreakIterator 457 return locBased.getLocaleID(type, status); in getLocaleID()
|
D | ubrk.cpp | 285 return ((BreakIterator*)bi)->getLocaleID(type, *status); in ubrk_getLocaleByType()
|
/external/icu/icu4c/source/test/intltest/ |
D | aliastst.cpp | 70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status); in TestCalendar() 71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status); in TestCalendar() 103 const char* l1 = df1->getLocaleID(ULOC_VALID_LOCALE, status); in TestDateFormat() 104 const char* l2 = df2->getLocaleID(ULOC_VALID_LOCALE, status); in TestDateFormat()
|
/external/icu/icu4c/source/i18n/ |
D | format.cpp | 202 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() function in Format 204 return locBased.getLocaleID(type, status); in getLocaleID()
|
D | measfmt.cpp | 667 const char *localeId = getLocaleID(status); in operator ==() 668 const char *rhsLocaleId = rhs.getLocaleID(status); in operator ==() 876 const char *MeasureFormat::getLocaleID(UErrorCode &status) const { in getLocaleID() function in MeasureFormat 877 return Format::getLocaleID(ULOC_VALID_LOCALE, status); in getLocaleID()
|
D | tmutfmt.cpp | 362 rb = ures_open(U_ICUDATA_UNIT, getLocaleID(status), &status); in readFromCurrentLocale() 514 const char* localeName = getLocaleID(err); in checkConsistency()
|
D | ucal.cpp | 554 return ((Calendar*)cal)->getLocaleID(type, *status); in ucal_getLocaleByType()
|
D | unum.cpp | 798 return ((const Format*)fmt)->getLocaleID(type, *status); in unum_getLocaleByType()
|
D | numfmt.cpp | 1198 const char* loc = getLocaleID(ULOC_VALID_LOCALE, ec); in getEffectiveCurrency()
|
D | udat.cpp | 1213 return ((Format*)fmt)->getLocaleID(type, *status); in udat_getLocaleByType()
|
D | calendar.cpp | 3875 Calendar::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() function in Calendar 3877 return locBased.getLocaleID(type, status); in getLocaleID()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundle.java | 293 protected abstract String getLocaleID(); in getLocaleID() method in UResourceBundle 687 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); in get() 713 ((ICUResourceBundle) obj).setLoadingStatus(getLocaleID()); in findTopLevel() 759 ((ICUResourceBundle)obj).setLoadingStatus(getLocaleID()); in get() 784 ((ICUResourceBundle) obj).setLoadingStatus(getLocaleID()); in findTopLevel()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UResourceBundle.java | 282 protected abstract String getLocaleID(); in getLocaleID() method in UResourceBundle 664 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); in get() 690 ((ICUResourceBundle) obj).setLoadingStatus(getLocaleID()); in findTopLevel() 734 ((ICUResourceBundle)obj).setLoadingStatus(getLocaleID()); in get() 759 ((ICUResourceBundle) obj).setLoadingStatus(getLocaleID()); in findTopLevel()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 137 String locale = getLocaleID(); in setLoadingStatus() 926 sub.setLoadingStatus(((ICUResourceBundle)requested).getLocaleID()); in findResourceWithFallback() 1129 && getLocaleID().equals(o.getLocaleID())) { 1280 localeName = b.getLocaleID(); 1311 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); in get() 1317 obj.setLoadingStatus(((ICUResourceBundle)requested).getLocaleID()); in get() 1379 protected String getLocaleID() { in getLocaleID() method
|
D | ResourceBundleWrapper.java | 81 protected String getLocaleID(){ in getLocaleID() method in ResourceBundleWrapper
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 141 String locale = getLocaleID(); in setLoadingStatus() 930 sub.setLoadingStatus(((ICUResourceBundle)requested).getLocaleID()); in findResourceWithFallback() 1133 && getLocaleID().equals(o.getLocaleID())) { 1284 localeName = b.getLocaleID(); 1315 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); in get() 1321 obj.setLoadingStatus(((ICUResourceBundle)requested).getLocaleID()); in get() 1383 protected String getLocaleID() { in getLocaleID() method
|
D | ResourceBundleWrapper.java | 83 protected String getLocaleID(){ in getLocaleID() method in ResourceBundleWrapper
|
/external/icu/icu4c/source/i18n/unicode/ |
D | format.h | 258 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | measfmt.h | 315 const char *getLocaleID(UErrorCode &status) const;
|
D | calendar.h | 2446 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 581 const char *getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 931 protected String getLocaleID() {return null;} in TestCoverage() method in ICUResourceBundleTest.Stub
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 927 protected String getLocaleID() {return null;} in TestCoverage() method in ICUResourceBundleTest.Stub
|