Searched refs:ID_Start (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dchar-predicates.h36 // 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);
H A Dunicode.h174 struct ID_Start { struct in namespace:unibrow
H A Dunicode.cc882 // ID_Start: ((point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo',
1072 bool ID_Start::Is(uchar c) {
/external/v8/test/unittests/
H A Dchar-predicates-unittest.cc57 // \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 52 milliseconds