Home | History | Annotate | Download | only in text

Lines Matching full:char32_t

37   char32_t first_char;
38 char32_t last_char;
45 bool CompareCharacterProperties(const CharacterProperties& a, char32_t codepoint) {
49 uint32_t FindCharacterProperties(char32_t codepoint) {
61 bool IsXidStart(char32_t codepoint) {
65 bool IsXidContinue(char32_t codepoint) {
72 bool IsWhitespace(char32_t codepoint) {
88 const char32_t first_codepoint = iter.Next();
94 const char32_t codepoint = iter.Next();
111 const char32_t first_codepoint = iter.Next();
117 const char32_t codepoint = iter.Next();