Searched defs:UColAttributeValue (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilitiesData.java20 public static final int UColAttributeValue = 5; field in class:DebugUtilitiesData
27 "UColAttributeValue", /* 5 */
38 "UColAttributeValue", /* 5 */
95 /* UColAttributeValue, 5 */
119 5, /* UColAttributeValue */
176 /* UColAttributeValue, 5 */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilitiesData.java19 public static final int UColAttributeValue = 5; field in class:DebugUtilitiesData
26 "UColAttributeValue", /* 5 */
37 "UColAttributeValue", /* 5 */
94 /* UColAttributeValue, 5 */
118 5, /* UColAttributeValue */
175 /* UColAttributeValue, 5 */
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h130 * One more than the highest normal UColAttributeValue value.
135 } UColAttributeValue; typedef in typeref:enum:__anon7385
233 * These values can be now found in the UColAttributeValue enum.
236 typedef UColAttributeValue UCollationStrength;
430 UColAttributeValue normalizationMode,
1199 * @see UColAttributeValue
1204 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1213 * @see UColAttributeValue
1217 U_STABLE UColAttributeValue U_EXPORT2

Completed in 2134 milliseconds