Lines Matching refs:Maxcode
1784 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1799 if (wc1 > Maxcode) in utf16_to_utf8()
1832 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1861 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1876 if (wc1 > Maxcode) in utf16_to_utf8()
1909 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1938 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
1951 if (c1 > Maxcode) in utf8_to_utf16()
1970 if (t > Maxcode) in utf8_to_utf16()
2001 if (t > Maxcode) in utf8_to_utf16()
2034 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2059 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
2072 if (c1 > Maxcode) in utf8_to_utf16()
2091 if (t > Maxcode) in utf8_to_utf16()
2122 if (t > Maxcode) in utf8_to_utf16()
2155 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2179 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_utf16_length() argument
2192 if (c1 > Maxcode) in utf8_to_utf16_length()
2207 if (t > Maxcode) in utf8_to_utf16_length()
2234 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_utf16_length()
2264 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16_length()
2281 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf8() argument
2296 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf8()
2336 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4() argument
2351 if (c1 > Maxcode) in utf8_to_ucs4()
2369 if (t > Maxcode) in utf8_to_ucs4()
2400 if (t > Maxcode) in utf8_to_ucs4()
2433 if (t > Maxcode) in utf8_to_ucs4()
2449 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs4_length() argument
2464 if (c1 > Maxcode) in utf8_to_ucs4_length()
2476 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2503 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2532 ((c3 & 0x3Fu) << 6) | (c4 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2548 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf8() argument
2563 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf8()
2594 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs2() argument
2609 if (c1 > Maxcode) in utf8_to_ucs2()
2627 if (t > Maxcode) in utf8_to_ucs2()
2658 if (t > Maxcode) in utf8_to_ucs2()
2674 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs2_length() argument
2689 if (c1 > Maxcode) in utf8_to_ucs2_length()
2701 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2728 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2744 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16be() argument
2758 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16be()
2789 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs4() argument
2805 if (c1 > Maxcode) in utf16be_to_ucs4()
2821 if (t > Maxcode) in utf16be_to_ucs4()
2833 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs4_length() argument
2849 if (c1 > Maxcode) in utf16be_to_ucs4_length()
2864 if (t > Maxcode) in utf16be_to_ucs4_length()
2876 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16le() argument
2890 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16le()
2921 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs4() argument
2937 if (c1 > Maxcode) in utf16le_to_ucs4()
2953 if (t > Maxcode) in utf16le_to_ucs4()
2965 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs4_length() argument
2981 if (c1 > Maxcode) in utf16le_to_ucs4_length()
2996 if (t > Maxcode) in utf16le_to_ucs4_length()
3008 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16be() argument
3022 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16be()
3036 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs2() argument
3048 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2()
3059 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs2_length() argument
3071 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2_length()
3082 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16le() argument
3096 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16le()
3110 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs2() argument
3122 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2()
3133 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs2_length() argument
3146 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2_length()