Lines Matching refs:Maxcode
1839 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1854 if (wc1 > Maxcode) in utf16_to_utf8()
1887 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1916 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1931 if (wc1 > Maxcode) in utf16_to_utf8()
1964 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1993 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
2006 if (c1 > Maxcode) in utf8_to_utf16()
2025 if (t > Maxcode) in utf8_to_utf16()
2056 if (t > Maxcode) in utf8_to_utf16()
2089 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2114 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
2127 if (c1 > Maxcode) in utf8_to_utf16()
2146 if (t > Maxcode) in utf8_to_utf16()
2177 if (t > Maxcode) in utf8_to_utf16()
2210 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2234 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_utf16_length() argument
2247 if (c1 > Maxcode) in utf8_to_utf16_length()
2262 if (t > Maxcode) in utf8_to_utf16_length()
2289 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_utf16_length()
2319 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16_length()
2336 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf8() argument
2351 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf8()
2391 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4() argument
2406 if (c1 > Maxcode) in utf8_to_ucs4()
2424 if (t > Maxcode) in utf8_to_ucs4()
2455 if (t > Maxcode) in utf8_to_ucs4()
2488 if (t > Maxcode) in utf8_to_ucs4()
2504 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs4_length() argument
2519 if (c1 > Maxcode) in utf8_to_ucs4_length()
2531 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2558 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2587 ((c3 & 0x3Fu) << 6) | (c4 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2603 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf8() argument
2618 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf8()
2649 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs2() argument
2664 if (c1 > Maxcode) in utf8_to_ucs2()
2682 if (t > Maxcode) in utf8_to_ucs2()
2713 if (t > Maxcode) in utf8_to_ucs2()
2729 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs2_length() argument
2744 if (c1 > Maxcode) in utf8_to_ucs2_length()
2756 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2783 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2799 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16be() argument
2813 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16be()
2844 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs4() argument
2860 if (c1 > Maxcode) in utf16be_to_ucs4()
2876 if (t > Maxcode) in utf16be_to_ucs4()
2888 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs4_length() argument
2904 if (c1 > Maxcode) in utf16be_to_ucs4_length()
2919 if (t > Maxcode) in utf16be_to_ucs4_length()
2931 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16le() argument
2945 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16le()
2976 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs4() argument
2992 if (c1 > Maxcode) in utf16le_to_ucs4()
3008 if (t > Maxcode) in utf16le_to_ucs4()
3020 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs4_length() argument
3036 if (c1 > Maxcode) in utf16le_to_ucs4_length()
3051 if (t > Maxcode) in utf16le_to_ucs4_length()
3063 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16be() argument
3077 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16be()
3091 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs2() argument
3103 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2()
3114 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs2_length() argument
3126 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2_length()
3137 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16le() argument
3151 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16le()
3165 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs2() argument
3177 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2()
3188 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs2_length() argument
3201 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2_length()