Home
last modified time | relevance | path

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

/external/icu4c/common/
Dlocresdata.cpp205 uloc_getCharacterOrientation(const char* localeId, in uloc_getCharacterOrientation() function
/external/icu4c/common/unicode/
Duloc.h903 uloc_getCharacterOrientation(const char* localeId,
Durename.h1035 #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) macro
/external/chromium/base/i18n/
Drtl.cc125 ULayoutType layout_dir = uloc_getCharacterOrientation(locale_name, &status); in GetTextDirectionForLocale()
/external/icu4c/test/cintltst/
Dcloctst.c2826 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()