Home
last modified time | relevance | path

Searched refs:Maxcode (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/src/
Dlocale.cpp1739 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()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlocale.cpp1832 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1847 if (wc1 > Maxcode) in utf16_to_utf8()
1880 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1909 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1924 if (wc1 > Maxcode) in utf16_to_utf8()
1957 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1986 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
1999 if (c1 > Maxcode) in utf8_to_utf16()
2018 if (t > Maxcode) in utf8_to_utf16()
2049 if (t > Maxcode) in utf8_to_utf16()
[all …]
/external/libcxx/include/
Dcodecvt27 template <class Elem, unsigned long Maxcode = 0x10ffff,
36 template <class Elem, unsigned long Maxcode = 0x10ffff,
45 template <class Elem, unsigned long Maxcode = 0x10ffff,
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcodecvt26 template <class Elem, unsigned long Maxcode = 0x10ffff,
35 template <class Elem, unsigned long Maxcode = 0x10ffff,
44 template <class Elem, unsigned long Maxcode = 0x10ffff,