OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsTrailSurrogate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
unicode.h
109
static inline bool
IsTrailSurrogate
(int code) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc
959
static inline bool
IsTrailSurrogate
(uint32 code_point) {
967
GOOGLE_DCHECK(
IsTrailSurrogate
(trail_surrogate));
[
all
...]
/external/v8/src/
unicode.h
124
static inline bool
IsTrailSurrogate
(int code) {
Completed in 27 milliseconds