Searched refs:uc16_stream (Results 1 – 1 of 1) sorted by relevance
575 i::ExternalTwoByteStringUtf16CharacterStream uc16_stream( in TestCharacterStream() local586 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 …]