Home
last modified time | relevance | path

Searched refs:IsAscii (Results 1 - 9 of 9) sorted by relevance

/third_party/gn/src/base/json/
H A Dstring_escape.cc33 bool IsAscii(const S& str) { in IsAscii() function
120 if (IsAscii(str)) { in EscapeJSONStringImpl()
/third_party/node/deps/v8/src/objects/
H A Dstring.h522 static inline bool IsAscii(const char* chars, int length) {
523 return IsAscii(reinterpret_cast<const uint8_t*>(chars), length);
526 static inline bool IsAscii(const uint8_t* chars, int length) {
H A Dintl-objects.cc235 if (!String::IsAscii(char_buffer, length)) { in ToICUStringPiece()
672 !String::IsAscii(locale.data(), static_cast<int>(locale.length()))) { in CanonicalizeLanguageTag()
H A Dvalue-serializer.cc1653 String::IsAscii(chars.begin(), chars.length()) && in ReadExpectedString()
/third_party/lzma/CPP/Common/
H A DMyString.h427 bool IsAscii() const in IsAscii() function in AString
719 bool IsAscii() const in IsAscii() function in UString
/third_party/node/src/
H A Dnode_buffer.cc1241 static void IsAscii(const FunctionCallbackInfo<Value>& args) { in IsAscii() function
1391 SetMethodNoSideEffect(context, target, "isAscii", IsAscii); in Initialize()
1449 registry->Register(IsAscii); in RegisterExternalReferences()
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp717 if (!temp.IsAscii()) in ParseMethodFromString()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3708 if (i::FLAG_use_external_strings && i::String::IsAscii(chars, size)) { in ReadFile()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 78 milliseconds