Lines Matching refs:Maxcode

1739               unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0))  in utf16_to_utf8()  argument
1754 if (wc1 > Maxcode) in utf16_to_utf8()
1787 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1816 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1831 if (wc1 > Maxcode) in utf16_to_utf8()
1864 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1893 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
1906 if (c1 > Maxcode) in utf8_to_utf16()
1925 if (t > Maxcode) in utf8_to_utf16()
1956 if (t > Maxcode) in utf8_to_utf16()
1989 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2014 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
2027 if (c1 > Maxcode) in utf8_to_utf16()
2046 if (t > Maxcode) in utf8_to_utf16()
2077 if (t > Maxcode) in utf8_to_utf16()
2110 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2134 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_utf16_length() argument
2147 if (c1 > Maxcode) in utf8_to_utf16_length()
2162 if (t > Maxcode) in utf8_to_utf16_length()
2189 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_utf16_length()
2219 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16_length()
2236 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf8() argument
2251 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf8()
2291 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4() argument
2306 if (c1 > Maxcode) in utf8_to_ucs4()
2324 if (t > Maxcode) in utf8_to_ucs4()
2355 if (t > Maxcode) in utf8_to_ucs4()
2388 if (t > Maxcode) in utf8_to_ucs4()
2404 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs4_length() argument
2419 if (c1 > Maxcode) in utf8_to_ucs4_length()
2431 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2458 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2487 ((c3 & 0x3Fu) << 6) | (c4 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2503 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf8() argument
2518 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf8()
2549 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs2() argument
2564 if (c1 > Maxcode) in utf8_to_ucs2()
2582 if (t > Maxcode) in utf8_to_ucs2()
2613 if (t > Maxcode) in utf8_to_ucs2()
2629 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs2_length() argument
2644 if (c1 > Maxcode) in utf8_to_ucs2_length()
2656 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2683 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2699 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16be() argument
2713 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16be()
2744 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs4() argument
2760 if (c1 > Maxcode) in utf16be_to_ucs4()
2776 if (t > Maxcode) in utf16be_to_ucs4()
2788 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs4_length() argument
2804 if (c1 > Maxcode) in utf16be_to_ucs4_length()
2819 if (t > Maxcode) in utf16be_to_ucs4_length()
2831 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16le() argument
2845 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16le()
2876 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs4() argument
2892 if (c1 > Maxcode) in utf16le_to_ucs4()
2908 if (t > Maxcode) in utf16le_to_ucs4()
2920 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs4_length() argument
2936 if (c1 > Maxcode) in utf16le_to_ucs4_length()
2951 if (t > Maxcode) in utf16le_to_ucs4_length()
2963 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16be() argument
2977 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16be()
2991 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs2() argument
3003 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2()
3014 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs2_length() argument
3026 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2_length()
3037 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16le() argument
3051 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16le()
3065 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs2() argument
3077 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2()
3088 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs2_length() argument
3101 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2_length()