Home
last modified time | relevance | path

Searched refs:ubrk_getLocaleByType (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dubrk.h582 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
H A Durename.h499 #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubrk.h582 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
H A Durename.h500 #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h585 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
H A Durename.h493 #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) macro
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp303 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp303 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp311 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp150 #undef ubrk_getLocaleByType macro
939 const char *ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode *status) in ubrk_getLocaleByType() function
941 return U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType)(bi, type, status); in ubrk_getLocaleByType()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2965 valid = ubrk_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec); in TestGetLocale()
2966 actual = ubrk_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec); in TestGetLocale()
2968 log_err("ubrk_getLocaleByType() failed\n"); in TestGetLocale()

Completed in 47 milliseconds