Home | History | Annotate | Download | only in cctest

Lines Matching defs:nchars

5808       int nchars;
5810 string->WriteUtf8(buffer, j, &nchars, String::NO_OPTIONS);
5812 string->WriteUtf8(buffer2, j, &nchars, String::NO_NULL_TERMINATION);
5818 CHECK(nchars * 3 >= utf8_written - 1);
5819 CHECK(nchars <= utf8_written);
5834 if (nchars >= 2) {
5835 uint16_t trail = StringGet(string, nchars - 1);
5836 uint16_t lead = StringGet(string, nchars - 2);
11947 int nchars = -1;
11948 CHECK_EQ(129, cons->WriteUtf8(utf_buffer, -1, &nchars));
11949 CHECK_EQ(128, nchars);