Home
last modified time | relevance | path

Searched refs:uncanon (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-regexp.cc1440 unibrow::uchar uncanon[unibrow::Ecma262UnCanonicalize::kMaxWidth]; in TEST() local
1441 int length = un_canonicalize.get(lower, '\0', uncanon); in TEST()
1443 CHECK_EQ(upper, uncanon[0]); in TEST()
1444 CHECK_EQ(lower, uncanon[1]); in TEST()