Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/icu/icu4c/source/common/unicode/
Duloc.h917 } ULayoutType; typedef
927 U_STABLE ULayoutType U_EXPORT2
939 U_STABLE ULayoutType U_EXPORT2
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2951 ULayoutType character;
2952 ULayoutType line;
2955 static const char* ULayoutTypeToString(ULayoutType type) in ULayoutTypeToString()
2998 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()
2999 const ULayoutType expectedCO = toTest[i].character; in TestOrientation()
3000 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO); in TestOrientation()
3001 const ULayoutType expectedLO = toTest[i].line; in TestOrientation()