Searched refs:ubrk_getLocaleByType (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 582 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | urename.h | 500 #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 582 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | urename.h | 499 #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 585 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
|
D | urename.h | 493 #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) macro
|
/third_party/icu/ohos_icu4c/ |
D | libicu.map | 110 ubrk_getLocaleByType;
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 303 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType() function
|
/third_party/node/deps/icu-small/source/common/ |
D | ubrk.cpp | 303 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 311 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType() function
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 150 #undef ubrk_getLocaleByType 820 const char * ubrk_getLocaleByType(const UBreakIterator * bi, ULocDataLocaleType type, UErrorCode * … in ubrk_getLocaleByType() function 821 return U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType)(bi, type, status); in ubrk_getLocaleByType()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 2965 valid = ubrk_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale() 2966 actual = ubrk_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale()
|