Home
last modified time | relevance | path

Searched refs:ULayoutType (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dlocresdata.cpp154 static ULayoutType
159 ULayoutType result = ULOC_LAYOUT_UNKNOWN; in _uloc_getOrientationHelper()
204 U_CAPI ULayoutType U_EXPORT2
218 U_CAPI ULayoutType U_EXPORT2
/external/icu4c/common/unicode/
Duloc.h892 } ULayoutType; typedef
902 U_STABLE ULayoutType U_EXPORT2
914 U_STABLE ULayoutType U_EXPORT2
/external/chromium/base/i18n/
Drtl.cc125 ULayoutType layout_dir = uloc_getCharacterOrientation(locale_name, &status); in GetTextDirectionForLocale()
/external/icu4c/test/cintltst/
Dcloctst.c2779 ULayoutType character;
2780 ULayoutType line;
2783 static const char* ULayoutTypeToString(ULayoutType type) in ULayoutTypeToString()
2826 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()
2827 const ULayoutType expectedCO = toTest[i].character; in TestOrientation()
2828 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO); in TestOrientation()
2829 const ULayoutType expectedLO = toTest[i].line; in TestOrientation()