Searched refs:uloc_getCharacterOrientation (Results 1 – 13 of 13) sorted by relevance
202 uloc_getCharacterOrientation(const char* localeId, in uloc_getCharacterOrientation() function
213 uloc_getCharacterOrientation;
1038 uloc_getCharacterOrientation(const char* localeId,
1073 #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) macro
1045 uloc_getCharacterOrientation(const char* localeId,
223 uloc_getCharacterOrientation
218 ULayoutType layout_dir = uloc_getCharacterOrientation(locale_name, &status); in GetTextDirectionForLocale()
215 #undef uloc_getCharacterOrientation875 ULayoutType uloc_getCharacterOrientation(const char * localeId, UErrorCode * status) { in uloc_getCharacterOrientation() function876 return U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation)(localeId, status); in uloc_getCharacterOrientation()
3384 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()