Searched defs:TestCharacterClassEscapes (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-regexp.cc470 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) { function
487 TestCharacterClassEscapes('.', IsRegExpNewline);
488 TestCharacterClassEscapes('d', IsDigit);
489 TestCharacterClassEscapes('D', NotDigit);
490 TestCharacterClassEscapes('s', IsWhiteSpace);
491 TestCharacterClassEscapes('S', NotWhiteSpace);
492 TestCharacterClassEscapes('w', IsRegExpWord);
493 TestCharacterClassEscapes('W', NotWord);

Completed in 47 milliseconds