Searched refs:ULocDataLocaleType (Results 1 – 25 of 31) sorted by relevance
12
/external/icu/icu4c/source/common/ |
D | locbased.h | 60 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 70 const char* getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | locbased.cpp | 18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | brkiter.cpp | 453 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 459 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | ubrk.cpp | 278 ULocDataLocaleType type, in ubrk_getLocaleByType()
|
D | resbund.cpp | 392 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const in getLocale()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | format.h | 251 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 260 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | tblcoll.h | 402 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 743 const char *internalGetLocaleID(ULocDataLocaleType type, UErrorCode &errorCode) const;
|
D | ucol.h | 1379 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 1397 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | dcfmtsym.h | 287 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | calendar.h | 2425 Locale getLocale(ULocDataLocaleType type, UErrorCode &status) const; 2448 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | unum.h | 1352 ULocDataLocaleType type,
|
D | dtfmtsym.h | 596 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | coll.h | 542 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const = 0;
|
D | udat.h | 1550 ULocDataLocaleType type,
|
D | ucal.h | 1273 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
/external/icu/icu4c/source/i18n/ |
D | format.cpp | 198 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 204 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | ucol.cpp | 575 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale() 580 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType()
|
D | dcfmtsym.cpp | 530 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale()
|
D | ucal.cpp | 549 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType()
|
D | unum.cpp | 791 ULocDataLocaleType type, in unum_getLocaleByType()
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 579 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 588 const char *getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | resbund.h | 460 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
D | ubrk.h | 537 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | uloc.h | 360 } ULocDataLocaleType; typedef
|
D | ures.h | 330 ULocDataLocaleType type,
|
12