Home
last modified time | relevance | path

Searched refs:IsValidCharacter (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/base/json/
Djson_parser.cc137 DCHECK(IsValidCharacter(point)); in Append()
457 !IsValidCharacter(next_char)) { in ConsumeStringRaw()
502 !IsValidCharacter(hex_digit)) { in ConsumeStringRaw()
596 if (!IsValidCharacter(code_point)) in DecodeUTF16()
603 if (!IsValidCharacter(code_unit16_high)) { in DecodeUTF16()
Dstring_escape.cc96 !IsValidCharacter(code_point)) { in EscapeJSONStringImpl()
/third_party/gn/src/base/strings/
Dutf_string_conversion_utils.h26 inline bool IsValidCharacter(uint32_t code_point) { in IsValidCharacter() function
Dstring_util.cc312 if (!IsValidCharacter(code_point) || !IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
456 if (!IsValidCharacter(code_point)) in IsStringUTF8()
/third_party/node/deps/v8/src/strings/
Dunicode-inl.h205 bool Utf8::IsValidCharacter(uchar c) { in IsValidCharacter() function
Dunicode.h190 static inline bool IsValidCharacter(uchar c);