Searched refs:Maxcode (Results 1 – 2 of 2) sorted by relevance
1728 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument1743 if (wc1 > Maxcode) in utf16_to_utf8()1776 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()1805 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument1820 if (wc1 > Maxcode) in utf16_to_utf8()1853 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()1882 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument1895 if (c1 > Maxcode) in utf8_to_utf16()1914 if (t > Maxcode) in utf8_to_utf16()1945 if (t > Maxcode) in utf8_to_utf16()[all …]
27 template <class Elem, unsigned long Maxcode = 0x10ffff,36 template <class Elem, unsigned long Maxcode = 0x10ffff,45 template <class Elem, unsigned long Maxcode = 0x10ffff,