Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
H A 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()
H A Dstring_escape.cc144 !IsValidCharacter(code_point)) { in EscapeJSONStringImpl()
/third_party/gn/src/base/strings/
H A Dutf_string_conversion_utils.h26 inline bool IsValidCharacter(uint32_t code_point) { in IsValidCharacter() function
H A Dstring_util.cc330 if (!IsValidCharacter(code_point) || !IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
474 if (!IsValidCharacter(code_point)) in IsStringUTF8()
/third_party/node/deps/v8/src/strings/
H A Dunicode.h190 static inline bool IsValidCharacter(uchar c);
H A Dunicode-inl.h205 bool Utf8::IsValidCharacter(uchar c) { in IsValidCharacter() function in unibrow::Utf8

Completed in 5 milliseconds