Searched refs:ULayoutType (Results 1 – 3 of 3) 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
917 } ULayoutType; typedef927 U_STABLE ULayoutType U_EXPORT2939 U_STABLE ULayoutType U_EXPORT2
2951 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()