Home | History | Annotate | Download | only in cctest

Lines Matching refs:chars2

1544       unibrow::uchar chars2[unibrow::Ecma262UnCanonicalize::kMaxWidth];
1545 int length2 = un_canonicalize.get(chars[j], '\0', chars2);
1548 CHECK_EQ(static_cast<int>(chars[k]), static_cast<int>(chars2[k]));