Home | History | Annotate | Download | only in common

Lines Matching refs:errorValue

109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) {
132 trie->errorValue=errorValue;
139 newTrie->errorValue=errorValue;
154 newTrie->data[i]=errorValue;
270 trie->errorValue=other->errorValue;
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
410 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) {
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
1186 highValue=trie->errorValue;