Searched refs:Maxcode (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 1467 unsigned long Maxcode = 0x10FFFF, in utf16_to_utf8() argument 1480 if (wc1 > Maxcode) in utf16_to_utf8() 1505 … if (((((wc1 & 0x03C0UL) >> 6) + 1) << 16) + ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8() 1533 unsigned long Maxcode = 0x10FFFF, in utf16_to_utf8() argument 1546 if (wc1 > Maxcode) in utf16_to_utf8() 1571 … if (((((wc1 & 0x03C0UL) >> 6) + 1) << 16) + ((wc1 & 0x003FUL) << 10) + (wc2 & 0x03FF) > Maxcode) in utf16_to_utf8() 1599 unsigned long Maxcode = 0x10FFFF, in utf8_to_utf16() argument 1609 if (c1 > Maxcode) in utf8_to_utf16() 1623 if (t > Maxcode) in utf8_to_utf16() 1651 if (t > Maxcode) in utf8_to_utf16() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | codecvt | 26 template <class Elem, unsigned long Maxcode = 0x10ffff, 35 template <class Elem, unsigned long Maxcode = 0x10ffff, 44 template <class Elem, unsigned long Maxcode = 0x10ffff,
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | codecvt | 26 template <class Elem, unsigned long Maxcode = 0x10ffff, 35 template <class Elem, unsigned long Maxcode = 0x10ffff, 44 template <class Elem, unsigned long Maxcode = 0x10ffff,
|