Searched refs:Maxcode (Results 1 – 2 of 2) sorted by relevance
1551 unsigned long Maxcode = 0x10FFFF, in utf16_to_utf8() argument1564 if (wc1 > Maxcode) in utf16_to_utf8()1589 … if (((((wc1 & 0x03C0UL) >> 6) + 1) << 16) + ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()1617 unsigned long Maxcode = 0x10FFFF, in utf16_to_utf8() argument1630 if (wc1 > Maxcode) in utf16_to_utf8()1655 … if (((((wc1 & 0x03C0UL) >> 6) + 1) << 16) + ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()1683 unsigned long Maxcode = 0x10FFFF, in utf8_to_utf16() argument1693 if (c1 > Maxcode) in utf8_to_utf16()1707 if (t > Maxcode) in utf8_to_utf16()1735 if (t > Maxcode) in utf8_to_utf16()[all …]
26 template <class Elem, unsigned long Maxcode = 0x10ffff,35 template <class Elem, unsigned long Maxcode = 0x10ffff,44 template <class Elem, unsigned long Maxcode = 0x10ffff,