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 30 // This includes '_', '$' and '\', and ID_Start according to
41 return (c <= 0xFFFF) ? unibrow::ID_Start::Is(c) : false;
48 // http://www.unicode.org/reports/tr31/, which consists of ID_Start,
59 return unibrow::ID_Start::Is(c) || unibrow::ID_Continue::Is(c);
unicode.h 191 struct V8_EXPORT_PRIVATE ID_Start {
unicode.cc 662 // ID_Start: ((point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo',
    [all...]

Completed in 59 milliseconds