Searched defs:NonASCIIMask (Results 1 – 2 of 2) sorted by relevance
83 template<> struct NonASCIIMask<4, char16> { struct84 static inline uint32_t value() { return 0xFF80FF80U; } in value()86 template<> struct NonASCIIMask<4, char> { struct87 static inline uint32_t value() { return 0x80808080U; } in value()89 template<> struct NonASCIIMask<8, char16> { struct90 static inline uint64_t value() { return 0xFF80FF80FF80FF80ULL; } in value()92 template<> struct NonASCIIMask<8, char> { struct93 static inline uint64_t value() { return 0x8080808080808080ULL; } in value()96 template<> struct NonASCIIMask<4, wchar_t> { struct97 static inline uint32_t value() { return 0xFFFFFF80U; } in value()[all …]
30 template<> struct NonASCIIMask<4, char> { struct31 static inline uint32_t value() { return 0x80808080U; } in value()33 template<> struct NonASCIIMask<8, char> { struct34 static inline uint64_t value() { return 0x8080808080808080ULL; } in value()