Searched refs:char_type (Results 1 – 1 of 1) sorted by relevance
53 using char_type = typename tTraits::char_type; in CharCodeToSequence() local54 … static_assert(std::is_same<char_type, char>::value || std::is_same<char_type, char16_t>::value || in CharCodeToSequence()55 std::is_same<char_type, char32_t>::value, in CharCodeToSequence()57 using unsigned_char_type = typename std::make_unsigned<char_type>::type; in CharCodeToSequence()59 int w = std::is_same<char, char_type>::value ? CHAR_LENGTH : in CharCodeToSequence()60 (std::is_same<char16_t, char_type>::value ? CHAR16_LENGTH : CHAR32_LENGTH); in CharCodeToSequence()