Home
last modified time | relevance | path

Searched refs:uloc_getCharacterOrientation (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlocresdata.cpp202 uloc_getCharacterOrientation(const char* localeId, in uloc_getCharacterOrientation() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocresdata.cpp207 uloc_getCharacterOrientation(const char* localeId, in uloc_getCharacterOrientation() function
/third_party/node/deps/icu-small/source/common/
Dlocresdata.cpp202 uloc_getCharacterOrientation(const char* localeId, in uloc_getCharacterOrientation() function
/third_party/skia/third_party/externals/icu/source/common/
Dlocresdata.cpp202 uloc_getCharacterOrientation(const char* localeId, in uloc_getCharacterOrientation() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duloc.h949 uloc_getCharacterOrientation(const char* localeId,
Durename.h1053 #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) macro
/third_party/icu/icu4c/source/common/unicode/
Duloc.h1045 uloc_getCharacterOrientation(const char* localeId,
Durename.h1080 #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duloc.h1045 uloc_getCharacterOrientation(const char* localeId,
Durename.h1080 #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duloc.h1045 uloc_getCharacterOrientation(const char* localeId,
Durename.h1086 #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) macro
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c3385 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()