Searched refs:ULayoutType (Results 1 – 4 of 4) sorted by relevance
154 static ULayoutType159 ULayoutType result = ULOC_LAYOUT_UNKNOWN; in _uloc_getOrientationHelper()204 U_CAPI ULayoutType U_EXPORT2218 U_CAPI ULayoutType U_EXPORT2
892 } ULayoutType; typedef902 U_STABLE ULayoutType U_EXPORT2914 U_STABLE ULayoutType U_EXPORT2
125 ULayoutType layout_dir = uloc_getCharacterOrientation(locale_name, &status); in GetTextDirectionForLocale()
2779 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()