Searched refs:ULocDataLocaleType (Results 1 – 25 of 36) sorted by relevance
12
/external/icu4c/common/ |
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 | locbased.h | 58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 68 const char* getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | brkiter.cpp | 436 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 442 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
D | ubrk.cpp | 280 ULocDataLocaleType type, in ubrk_getLocaleByType()
|
D | resbund.cpp | 394 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const in getLocale()
|
/external/icu4c/i18n/unicode/ |
D | format.h | 249 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 258 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | ucol.h | 1263 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 1281 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | dcfmtsym.h | 269 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | calendar.h | 2412 Locale getLocale(ULocDataLocaleType type, UErrorCode &status) const; 2421 const char* getLocaleID(ULocDataLocaleType type, UErrorCode &status) const;
|
D | tblcoll.h | 381 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | dtfmtsym.h | 495 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | unum.h | 1136 ULocDataLocaleType type,
|
D | udat.h | 1193 ULocDataLocaleType type,
|
D | coll.h | 562 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const = 0;
|
/external/icu4c/i18n/ |
D | format.cpp | 196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 202 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
|
/external/icu4c/common/unicode/ |
D | brkiter.h | 509 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 518 const char *getLocaleID(ULocDataLocaleType type, UErrorCode& status) const;
|
D | resbund.h | 458 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
D | ubrk.h | 495 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | ures.h | 323 ULocDataLocaleType type,
|
D | uloc.h | 354 } ULocDataLocaleType ; typedef
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucol.h | 980 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 998 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | ubrk.h | 558 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | uloc.h | 337 } ULocDataLocaleType ; typedef
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ucol.h | 980 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status); 998 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
|
D | uloc.h | 337 } ULocDataLocaleType ; typedef
|
12