Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocresdata.cpp156 static ULayoutType
161 ULayoutType result = ULOC_LAYOUT_UNKNOWN; in _uloc_getOrientationHelper()
206 U_CAPI ULayoutType U_EXPORT2
220 U_CAPI ULayoutType U_EXPORT2
/external/icu/icu4c/source/common/unicode/
Duloc.h925 } ULayoutType; typedef
935 U_STABLE ULayoutType U_EXPORT2
947 U_STABLE ULayoutType U_EXPORT2
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3010 ULayoutType character;
3011 ULayoutType line;
3014 static const char* ULayoutTypeToString(ULayoutType type) in ULayoutTypeToString()
3057 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()
3058 const ULayoutType expectedCO = toTest[i].character; in TestOrientation()
3059 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO); in TestOrientation()
3060 const ULayoutType expectedLO = toTest[i].line; in TestOrientation()