Lines Matching refs:uc16_stream
575 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()
628 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
633 uc16_stream.SeekForward(halfway - i); in TestCharacterStream()
637 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
643 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
647 int32_t c1 = uc16_stream.Advance(); in TestCharacterStream()
654 CHECK_EQU(i, uc16_stream.pos()); in TestCharacterStream()
659 int32_t c1 = uc16_stream.Advance(); in TestCharacterStream()