Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
bool IsStringASCII(const StringPiece& str) {
355
return DoIsStringASCII(str);
356
}
357
358
bool IsStringASCII(const string16& str) {
359
return DoIsStringASCII(str);
Callers
7
TEST
Function · 0.85
ASCIIToWide
Function · 0.85
ASCIIToUTF16
Function · 0.85
UTF16ToASCII
Function · 0.85
InsertBeforeExtensionASCII
Method · 0.85
AppendASCII
Method · 0.85
MaybeAsASCII
Method · 0.85
Calls
1
DoIsStringASCII
Function · 0.85
Tested by
1
TEST
Function · 0.68