Home | History | Annotate | Download | only in common

Lines Matching refs:errorValue

107 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) {
130 trie->errorValue=errorValue;
137 newTrie->errorValue=errorValue;
152 newTrie->data[i]=errorValue;
268 trie->errorValue=other->errorValue;
380 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
408 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) {
419 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
1184 highValue=trie->errorValue;