OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsIDPart
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
char-predicates.cc
29
bool SupplementaryPlanes::
IsIDPart
(uc32 c) {
char-predicates.h
31
static bool
IsIDPart
(uc32 c);
57
if (c > 0xFFFF) return SupplementaryPlanes::
IsIDPart
(c);
Completed in 2033 milliseconds