Searched refs:ULocDataLocaleType (Results 1 – 25 of 39) 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 | 465 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 471 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | resbund.cpp | 392 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const in getLocale()
|
D | ubrk.cpp | 300 ULocDataLocaleType type, in ubrk_getLocaleByType()
|
/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 | 1380 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 1398 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | dcfmtsym.h | 303 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | calendar.h | 2406 Locale getLocale(ULocDataLocaleType type, UErrorCode &status) const; 2429 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | dtfmtsym.h | 597 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | coll.h | 542 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const = 0;
|
/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 | 576 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale() 581 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType()
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 578 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 587 const char *getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | resbund.h | 460 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
D | ubrk.h | 563 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | uloc.h | 360 } ULocDataLocaleType; typedef
|
D | ures.h | 330 ULocDataLocaleType type,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 1380 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 1398 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | ubrk.h | 563 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | uloc.h | 360 } ULocDataLocaleType; typedef
|
D | ures.h | 330 ULocDataLocaleType type,
|
D | udat.h | 1548 ULocDataLocaleType type,
|
D | ucal.h | 1286 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
|
12