Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-parsing.cc575 i::ExternalTwoByteStringUtf16CharacterStream uc16_stream( in TestCharacterStream() local
586 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
590 int32_t c1 = uc16_stream.Advance(); in TestCharacterStream()
597 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
604 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
607 uc16_stream.PushBack(c0); in TestCharacterStream()
611 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
614 int32_t c1 = uc16_stream.Advance(); in TestCharacterStream()
618 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
624 uc16_stream.PushBack(c0); in TestCharacterStream()
[all …]