Home
last modified time | relevance | path

Searched defs:IsASCII (Results 1 – 2 of 2) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtil.cpp73 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } in IsASCII() function
75 bool IsASCII(const uint8_t *Data, size_t Size) { in IsASCII() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp481 static bool IsASCII (const char *s) in IsASCII() function
579 bool dng_string::IsASCII () const in IsASCII() function in dng_string