Searched refs:DoIsStringASCII (Results 1 – 1 of 1) sorted by relevance
429 inline bool DoIsStringASCII(const Char* characters, size_t length) { in DoIsStringASCII() function459 return DoIsStringASCII(str.data(), str.length()); in IsStringASCII()463 return DoIsStringASCII(str.data(), str.length()); in IsStringASCII()