MCPcopy Create free account
hub / github.com/apache/brpc / IsStringASCII

Function IsStringASCII

src/butil/strings/string_util.cc:354–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354bool IsStringASCII(const StringPiece& str) {
355 return DoIsStringASCII(str);
356}
357
358bool IsStringASCII(const string16& str) {
359 return DoIsStringASCII(str);

Callers 7

TESTFunction · 0.85
ASCIIToWideFunction · 0.85
ASCIIToUTF16Function · 0.85
UTF16ToASCIIFunction · 0.85
AppendASCIIMethod · 0.85
MaybeAsASCIIMethod · 0.85

Calls 1

DoIsStringASCIIFunction · 0.85

Tested by 1

TESTFunction · 0.68