Home
last modified time | relevance | path

Searched refs:IsASCII (Results 1 - 8 of 8) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.h32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
H A 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
H A DFuzzerLoop.cpp553 assert(IsASCII(U)); in WriteToOutputCorpus()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp481 static bool IsASCII (const char *s) in IsASCII() function
579 bool dng_string::IsASCII () const in IsASCII() function in dng_string
582 return ::IsASCII (Get ()); in IsASCII()
642 if (::IsASCII (s)) in Set_ASCII()
760 if (IsASCII ()) in Get_SystemEncoding()
802 if (::IsASCII (s)) in Set_SystemEncoding()
860 if (IsASCII ()) in ValidSystemEncoding()
884 if (::IsASCII (s)) in Set_JIS_X208_1990()
1076 if (::IsASCII (s)) in Set_UTF8_or_System()
2069 if (!IsASCII ()) in ForceASCII()
[all...]
H A Ddng_string.h51 bool IsASCII () const;
H A Ddng_parse_utils.cpp3149 if (encoding == dng_encoding_ascii && !s.IsASCII ()) in ParseEncodedStringTag()
H A Ddng_image_writer.cpp228 else if (!fString.IsASCII ()) in tag_string()
261 if (fText.IsASCII ()) in tag_encoded_text()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 38 milliseconds