Lines Matching refs:IsAscii
8559 bool IsAscii() { return state_ == ASCII; }8563 // Return the one byte content of the string. Only use if IsAscii() returns8785 static inline bool IsAscii(const char* chars, int length) {8789 static inline bool IsAscii(const uint8_t* chars, int length) {