OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNoPreviousCharacter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
unicode.h
106
if (code ==
kNoPreviousCharacter
) return false;
110
if (code ==
kNoPreviousCharacter
) return false;
117
static const int
kNoPreviousCharacter
= -1;
/external/v8/src/
unicode.h
121
if (code ==
kNoPreviousCharacter
) return false;
125
if (code ==
kNoPreviousCharacter
) return false;
132
static const int
kNoPreviousCharacter
= -1;
Completed in 132 milliseconds