Searched refs:IsAscii (Results 1 - 9 of 9) sorted by relevance
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 33 bool IsAscii(const S& str) { in IsAscii() function 120 if (IsAscii(str)) { in EscapeJSONStringImpl()
|
/third_party/node/deps/v8/src/objects/ |
H A D | string.h | 522 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 D | intl-objects.cc | 235 if (!String::IsAscii(char_buffer, length)) { in ToICUStringPiece() 672 !String::IsAscii(locale.data(), static_cast<int>(locale.length()))) { in CanonicalizeLanguageTag()
|
H A D | value-serializer.cc | 1653 String::IsAscii(chars.begin(), chars.length()) && in ReadExpectedString()
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 427 bool IsAscii() const
in IsAscii() function in AString 719 bool IsAscii() const
in IsAscii() function in UString
|
/third_party/node/src/ |
H A D | node_buffer.cc | 1241 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 D | MethodProps.cpp | 717 if (!temp.IsAscii())
in ParseMethodFromString()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 3708 if (i::FLAG_use_external_strings && i::String::IsAscii(chars, size)) { in ReadFile()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 78 milliseconds