Searched defs:NonASCIIMask (Results 1 – 1 of 1) sorted by relevance
70 struct NonASCIIMask<4, char16_t> { struct71 static inline uint32_t value() { return 0xFF80FF80U; } in value()74 struct NonASCIIMask<4, char> { struct75 static inline uint32_t value() { return 0x80808080U; } in value()78 struct NonASCIIMask<8, char16_t> { struct79 static inline uint64_t value() { return 0xFF80FF80FF80FF80ULL; } in value()82 struct NonASCIIMask<8, char> { struct83 static inline uint64_t value() { return 0x8080808080808080ULL; } in value()