Searched refs:ULayoutType (Results 1 – 3 of 3) sorted by relevance
156 static ULayoutType161 ULayoutType result = ULOC_LAYOUT_UNKNOWN; in _uloc_getOrientationHelper()206 U_CAPI ULayoutType U_EXPORT2220 U_CAPI ULayoutType U_EXPORT2
925 } ULayoutType; typedef935 U_STABLE ULayoutType U_EXPORT2947 U_STABLE ULayoutType U_EXPORT2
3010 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()