Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp1784 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1799 if (wc1 > Maxcode) in utf16_to_utf8()
1832 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1861 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument
1876 if (wc1 > Maxcode) in utf16_to_utf8()
1909 ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8()
1938 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument
1951 if (c1 > Maxcode) in utf8_to_utf16()
1970 if (t > Maxcode) in utf8_to_utf16()
2001 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,