Home
last modified time | relevance | path

Searched refs:ULayoutType (Results 1 – 5 of 5) 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.h938 } ULayoutType; typedef
948 U_STABLE ULayoutType U_EXPORT2
960 U_STABLE ULayoutType U_EXPORT2
/external/icu/libandroidicu/include/unicode/
Duloc.h938 } ULayoutType; typedef
948 U_STABLE ULayoutType U_EXPORT2
960 U_STABLE ULayoutType U_EXPORT2
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3123 ULayoutType character;
3124 ULayoutType line;
3127 static const char* ULayoutTypeToString(ULayoutType type) in ULayoutTypeToString()
3170 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()
3171 const ULayoutType expectedCO = toTest[i].character; in TestOrientation()
3172 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO); in TestOrientation()
3173 const ULayoutType expectedLO = toTest[i].line; in TestOrientation()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1762 ULayoutType uloc_getCharacterOrientation_android(const char * localeId, UErrorCode * status) { in uloc_getCharacterOrientation_android()
1813 ULayoutType uloc_getLineOrientation_android(const char * localeId, UErrorCode * status) { in uloc_getLineOrientation_android()