Home | History | Annotate | Download | only in common

Lines Matching defs:errorValue

113  * or the errorValue for out-of-range code points and illegal UTF-8.
119 * @param errorValue the value for out-of-range code points and illegal UTF-8
128 uint32_t initialValue, uint32_t errorValue,
204 * @param errorValue the value for out-of-range code points and illegal UTF-8
209 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
370 * @param errorValue the value for out-of-range code points and illegal UTF-8
375 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);
386 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
396 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
696 uint32_t errorValue;