Home | History | Annotate | Download | only in common

Lines Matching full:ffff

48  * - For the last single-value code point range (ending with U+10ffff),
384 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
394 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
579 * Return a 16-bit trie value from a UTF-16 single/lead code unit (<=U+ffff).
584 * @param c (UChar32, in) the input code unit, must be 0<=c<=U+ffff
590 * Return a 32-bit trie value from a UTF-16 single/lead code unit (<=U+ffff).
595 * @param c (UChar32, in) the input code unit, must be 0<=c<=U+ffff
601 * Return a 16-bit trie value from a supplementary code point (U+10000..U+10ffff).
604 * @param c (UChar32, in) the input code point, must be U+10000<=c<=U+10ffff
610 * Return a 32-bit trie value from a supplementary code point (U+10000..U+10ffff).
613 * @param c (UChar32, in) the input code point, must be U+10000<=c<=U+10ffff
696 /* Start of the last range which ends at U+10ffff, and its value. */
791 * (For 0x100000 supplementary code points U+10000..U+10ffff.)
867 * Internal trie getter from a code point, with checking that c is in 0..10FFFF.
893 * Internal trie getter from a code point, with checking that c is in 0..10FFFF.