Home | History | Annotate | Download | only in common

Lines Matching refs:errorValue

110  * or the errorValue for out-of-range code points and illegal UTF-8.
116 * @param errorValue the value for out-of-range code points and illegal UTF-8
125 uint32_t initialValue, uint32_t errorValue,
201 * @param errorValue the value for out-of-range code points and illegal UTF-8
206 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
367 * @param errorValue the value for out-of-range code points and illegal UTF-8
372 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);
383 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
393 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
705 uint32_t errorValue;