Home
last modified time | relevance | path

Searched defs:IsValidCodePoint (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc89 inline bool IsValidCodePoint(uint32 cp) { in IsValidCodePoint() function
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.cc26 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) { in IsValidCodePoint() function
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h864 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() function