Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp1752 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcodecvt26 template <class Elem, unsigned long Maxcode = 0x10ffff,
35 template <class Elem, unsigned long Maxcode = 0x10ffff,
44 template <class Elem, unsigned long Maxcode = 0x10ffff,