Lines Matching refs:__to
3755 _Elem* __to = &__ws[0];
3756 _Elem* __to_end = __to + __ws.size();
3762 __to, __to_end, __to_nxt);
3770 __ws.resize(__to - &__ws[0]);
3785 __to = &__ws[0] + __s;
3816 char* __to = &__bs[0];
3817 char* __to_end = __to + __bs.size();
3823 __to, __to_end, __to_nxt);
3831 __bs.resize(__to - &__bs[0]);
3846 __to = &__bs[0] + __s;
3856 char* __to = &__bs[0] + __s;
3857 char* __to_end = __to + __bs.size();
3861 __r = __cvtptr_->unshift(__st, __to, __to_end, __to_nxt);
3864 __bs.resize(__to - &__bs[0]);
3875 __to = &__bs[0] + __sp;