Lines Matching refs:Maxcode

1752               unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0))  in utf16_to_utf8()  argument
1767 if (wc1 > Maxcode) in utf16_to_utf8()
1800 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1829 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1844 if (wc1 > Maxcode) in utf16_to_utf8()
1877 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1906 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
1919 if (c1 > Maxcode) in utf8_to_utf16()
1938 if (t > Maxcode) in utf8_to_utf16()
1969 if (t > Maxcode) in utf8_to_utf16()
2002 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2027 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
2040 if (c1 > Maxcode) in utf8_to_utf16()
2059 if (t > Maxcode) in utf8_to_utf16()
2090 if (t > Maxcode) in utf8_to_utf16()
2123 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16()
2147 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_utf16_length() argument
2160 if (c1 > Maxcode) in utf8_to_utf16_length()
2175 if (t > Maxcode) in utf8_to_utf16_length()
2202 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_utf16_length()
2232 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16_length()
2249 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf8() argument
2264 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf8()
2304 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4() argument
2319 if (c1 > Maxcode) in utf8_to_ucs4()
2337 if (t > Maxcode) in utf8_to_ucs4()
2368 if (t > Maxcode) in utf8_to_ucs4()
2401 if (t > Maxcode) in utf8_to_ucs4()
2417 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs4_length() argument
2432 if (c1 > Maxcode) in utf8_to_ucs4_length()
2444 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2471 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2500 ((c3 & 0x3Fu) << 6) | (c4 & 0x3Fu)) > Maxcode) in utf8_to_ucs4_length()
2516 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf8() argument
2531 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf8()
2562 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs2() argument
2577 if (c1 > Maxcode) in utf8_to_ucs2()
2595 if (t > Maxcode) in utf8_to_ucs2()
2626 if (t > Maxcode) in utf8_to_ucs2()
2642 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf8_to_ucs2_length() argument
2657 if (c1 > Maxcode) in utf8_to_ucs2_length()
2669 if ((((c1 & 0x1Fu) << 6) | (frm_nxt[1] & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2696 if ((((c1 & 0x0Fu) << 12) | ((c2 & 0x3Fu) << 6) | (c3 & 0x3Fu)) > Maxcode) in utf8_to_ucs2_length()
2712 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16be() argument
2726 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16be()
2757 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs4() argument
2773 if (c1 > Maxcode) in utf16be_to_ucs4()
2789 if (t > Maxcode) in utf16be_to_ucs4()
2801 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs4_length() argument
2817 if (c1 > Maxcode) in utf16be_to_ucs4_length()
2832 if (t > Maxcode) in utf16be_to_ucs4_length()
2844 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf16le() argument
2858 if ((wc & 0xFFFFF800) == 0x00D800 || wc > Maxcode) in ucs4_to_utf16le()
2889 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs4() argument
2905 if (c1 > Maxcode) in utf16le_to_ucs4()
2921 if (t > Maxcode) in utf16le_to_ucs4()
2933 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs4_length() argument
2949 if (c1 > Maxcode) in utf16le_to_ucs4_length()
2964 if (t > Maxcode) in utf16le_to_ucs4_length()
2976 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16be() argument
2990 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16be()
3004 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16be_to_ucs2() argument
3016 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2()
3027 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16be_to_ucs2_length() argument
3039 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16be_to_ucs2_length()
3050 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf16le() argument
3064 if ((wc & 0xF800) == 0xD800 || wc > Maxcode) in ucs2_to_utf16le()
3078 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16le_to_ucs2() argument
3090 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2()
3101 size_t mx, unsigned long Maxcode = 0x10FFFF, in utf16le_to_ucs2_length() argument
3114 if ((c1 & 0xF800) == 0xD800 || c1 > Maxcode) in utf16le_to_ucs2_length()