Searched refs:ULocDataLocaleType (Results 1 – 25 of 31) sorted by relevance
12
/external/icu/icu4c/source/common/ |
D | locbased.h | 58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 68 const char* getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | locbased.cpp | 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | brkiter.cpp | 449 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 455 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | ubrk.cpp | 276 ULocDataLocaleType type, in ubrk_getLocaleByType()
|
D | resbund.cpp | 390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const in getLocale()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | format.h | 249 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 258 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | tblcoll.h | 400 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 740 const char *internalGetLocaleID(ULocDataLocaleType type, UErrorCode &errorCode) const;
|
D | ucol.h | 1362 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 1380 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | dcfmtsym.h | 285 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | calendar.h | 2423 Locale getLocale(ULocDataLocaleType type, UErrorCode &status) const; 2446 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | dtfmtsym.h | 586 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | unum.h | 1334 ULocDataLocaleType type,
|
D | coll.h | 537 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const = 0;
|
D | ucal.h | 1269 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
D | udat.h | 1534 ULocDataLocaleType type,
|
/external/icu/icu4c/source/i18n/ |
D | format.cpp | 196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 202 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | ucol.cpp | 573 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale() 578 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType()
|
D | dcfmtsym.cpp | 439 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale()
|
D | ucal.cpp | 546 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType()
|
D | unum.cpp | 789 ULocDataLocaleType type, in unum_getLocaleByType()
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 572 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 581 const char *getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | resbund.h | 458 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
D | ubrk.h | 518 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | ures.h | 324 ULocDataLocaleType type,
|
D | uloc.h | 354 } ULocDataLocaleType ; typedef
|
12