Home
last modified time | relevance | path

Searched refs:IsValidCodePoint (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc89 inline bool IsValidCodePoint(uint32 cp) { in IsValidCodePoint() function
187 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()
Djson_stream_parser.cc514 if (!coerce_to_utf8_ && !IsValidCodePoint(code)) { in ParseUnicodeEscape()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.cc26 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) { in IsValidCodePoint() function
50 if (!IsValidCodePoint(isolate, value)) { in NextCodePoint()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h864 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() function