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