Lines Matching full:uchar32
140 utrie2_get32(const UTrie2 *trie, UChar32 c);
169 UTrie2EnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value);
250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
267 UChar32 start, UChar32 end,
387 * @param c (UChar32, in) the input code point
397 * @param c (UChar32, in) the input code point
403 * UTF-16: Get the next code point (UChar32 c, out), post-increment src,
409 * @param c (UChar32, out) variable for the code point
415 * UTF-16: Get the next code point (UChar32 c, out), post-increment src,
421 * @param c (UChar32, out) variable for the code point
427 * UTF-16: Get the previous code point (UChar32 c, out), pre-decrement src,
433 * @param c (UChar32, out) variable for the code point
439 * UTF-16: Get the previous code point (UChar32 c, out), pre-decrement src,
445 * @param c (UChar32, out) variable for the code point
532 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c);
560 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead,
575 UChar32 lead, uint32_t value,
584 * @param c (UChar32, in) the input code unit, must be 0<=c<=U+ffff
595 * @param c (UChar32, in) the input code unit, must be 0<=c<=U+ffff
604 * @param c (UChar32, in) the input code point, must be U+10000<=c<=U+10ffff
613 * @param c (UChar32, in) the input code point, must be U+10000<=c<=U+10ffff
637 UChar32 codePoint;
697 UChar32 highStart;
826 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c,
835 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c,