Home | History | Annotate | Download | only in cctest

Lines Matching refs:utf8_length

5804     int utf8_length = static_cast<int>(expected_len->Value());
5805 for (int j = utf8_length + 1; j >= 0; j--) {
5813 CHECK_GE(utf8_length + 1, utf8_written);
5814 CHECK_GE(utf8_length, utf8_written2);
5820 if (j == utf8_length + 1) {
5821 CHECK_EQ(utf8_written2, utf8_length);
5825 if (j > utf8_length) {