Home
last modified time | relevance | path

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

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