Home | History | Annotate | Download | only in src

Lines Matching refs:IsAscii

6783     bool IsAscii() { return state_ == ASCII; }
6787 // Return the ASCII content of the string. Only use if IsAscii() returns
7069 static inline bool IsAscii(const char* chars, int length) {
7088 static inline bool IsAscii(const uc16* chars, int length) {