HomeSort by relevance Sort by last modified time
    Searched refs:ID_Start (Results 1 - 4 of 4) 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 174 struct ID_Start {
unicode.cc     [all...]
  /external/v8/test/unittests/
char-predicates-unittest.cc 57 // \u2E2F has the Pattern_Syntax property, excluding it from ID_Start.
58 EXPECT_FALSE(unibrow::ID_Start::Is(0x2E2F));
85 // \u2E2F has the Pattern_Syntax property, excluding it from ID_Start.
92 // Both ID_Start and ID_Continue.

Completed in 103 milliseconds