HomeSort by relevance Sort by last modified time
    Searched refs:ID_Start (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
char-predicates.h 36 // This includes '_', '$' and '\', and ID_Start according to
44 return unibrow::ID_Start::Is(c);
51 // http://www.unicode.org/reports/tr31/, which consists of ID_Start,
58 return unibrow::ID_Start::Is(c) || unibrow::ID_Continue::Is(c);
unicode.h 181 struct V8_EXPORT_PRIVATE ID_Start {
unicode.cc     [all...]

Completed in 65 milliseconds