Lines Matching refs:enumValue
62 Value(int32_t enumValue, const char *joinedAliases) in Value() argument
63 : enumValue(enumValue), joinedAliases(joinedAliases), count(0) { in Value()
69 (long)enumValue, joinedAliases, uprv_strlen(joinedAliases)+1); in Value()
118 int32_t enumValue; member in Value
130 Property(int32_t enumValue, const char *joinedAliases, in Property() argument
132 : Value(enumValue, joinedAliases), in Property()
135 Property(int32_t enumValue, const char *joinedAliases);
144 Property::Property(int32_t enumValue, const char *joinedAliases) in Property() argument
145 : Value(enumValue, joinedAliases), in Property()
146 values(enumValue<UCHAR_BINARY_LIMIT ? VALUES_binprop : NULL), in Property()
147 valueCount(enumValue<UCHAR_BINARY_LIMIT ? 2 : 0) {} in Property()
197 propEnums.sortedInsert(PROPERTIES[propIndex].enumValue, errorCode); in build()
222 setPropertyInt(PROPERTIES[0].enumValue, 0, in build()
247 setPropertyInt(PROPERTIES[propIndex].enumValue, 0, in build()
264 setPropertyInt(PROPERTIES[propIndex].enumValue, 1, valueMapOffset); in build()
340 sortedValues.sortedInsert(values[i].enumValue, errorCode); in buildValueMap()
378 if(values[i].enumValue==value) { in valuesIndexOf()
404 btb.add(aliases[i], value.enumValue, errorCode); in addValueToBytesTrie()