Searched defs:NonASCIIMask (Results 1 – 1 of 1) sorted by relevance
71 struct NonASCIIMask<4, char16_t> { struct72 static inline uint32_t value() { return 0xFF80FF80U; } in value()75 struct NonASCIIMask<4, char> { struct76 static inline uint32_t value() { return 0x80808080U; } in value()79 struct NonASCIIMask<8, char16_t> { struct80 static inline uint64_t value() { return 0xFF80FF80FF80FF80ULL; } in value()83 struct NonASCIIMask<8, char> { struct84 static inline uint64_t value() { return 0x8080808080808080ULL; } in value()