Searched refs:IsAscii (Results 1 – 2 of 2) sorted by relevance
1376 TEST(IsAscii) { in TEST() argument1377 CHECK(String::IsAscii(static_cast<char*>(NULL), 0)); in TEST()
8900 static inline bool IsAscii(const char* chars, int length) { in IsAscii() function8904 static inline bool IsAscii(const uint8_t* chars, int length) { in IsAscii() function