Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc132 inline bool IsValidCodePoint(uint32 cp) { in IsValidCodePoint() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h853 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() function
/external/v8/src/builtins/
Dbuiltins-string.cc607 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) { in IsValidCodePoint() function