Lines Matching refs:UChar32
72 UChar32 highStart;
277 ucptrie_get(const UCPTrie *trie, UChar32 c);
292 * UChar32 start = 0, end;
315 U_CAPI UChar32 U_EXPORT2
316 ucptrie_getRange(const UCPTrie *trie, UChar32 start,
374 * @param c (UChar32, in) the input code point
386 * @param c (UChar32, in) the input code point
394 * UTF-16: Reads the next code point (UChar32 c, out), post-increments src,
402 * @param c (UChar32, out) variable for the code point
425 * UTF-16: Reads the previous code point (UChar32 c, out), pre-decrements src,
433 * @param c (UChar32, out) variable for the code point
533 * @param c (UChar32, in) the input code point; must be U+0000..U+007F
546 * @param c (UChar32, in) the input code point, must be U+0000..U+FFFF
558 * @param c (UChar32, in) the input code point, must be U+10000..U+10FFFF
605 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c);
617 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c,