Home | History | Annotate | Download | only in common

Lines Matching refs:enumValue

1056  * The values are transformed from the raw trie entries by the enumValue function.
1060 UTrieEnumValue *enumValue
1072 if(enumValue==NULL) {
1073 enumValue=enumSameValue;
1080 initialValue=enumValue(context, trie->initialValue);
1123 value=enumValue(context, data32!=NULL ? data32[block+j] : idx[block+j]);
1209 value=enumValue(context, data32!=NULL ? data32[block+j] : idx[block+j]);