Searched refs:ULayoutType (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocresdata.cpp154 static ULayoutType
159 ULayoutType result = ULOC_LAYOUT_UNKNOWN;
204 U_CAPI ULayoutType U_EXPORT2
218 U_CAPI ULayoutType U_EXPORT2
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Duloc.h900 } ULayoutType; typedef in typeref:enum:__anon858
910 U_STABLE ULayoutType U_EXPORT2
922 U_STABLE ULayoutType U_EXPORT2
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Duloc.h891 } ULayoutType; typedef in typeref:enum:__anon2607
901 U_STABLE ULayoutType U_EXPORT2
913 U_STABLE ULayoutType U_EXPORT2
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Duloc.h891 } ULayoutType; typedef in typeref:enum:__anon5544
901 U_STABLE ULayoutType U_EXPORT2
913 U_STABLE ULayoutType U_EXPORT2
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Duloc.h891 } ULayoutType; typedef in typeref:enum:__anon5666
901 U_STABLE ULayoutType U_EXPORT2
913 U_STABLE ULayoutType U_EXPORT2
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c2897 ULayoutType character;
2898 ULayoutType line;
2901 static const char* ULayoutTypeToString(ULayoutType type)
2921 return "Unknown enum value for ULayoutType!";
2944 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO);
2945 const ULayoutType expectedCO = toTest[i].character;
2946 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO);
2947 const ULayoutType expectedLO = toTest[i].line;

Completed in 140 milliseconds