Searched refs:gptr (Results 1 – 13 of 13) sorted by relevance
132 if (gptr() != 0) { in overflow()134 old_get_offset = gptr() - eback(); in overflow()157 if (gptr() != eback()) { in pbackfail()162 else if (c == gptr()[-1]) { in pbackfail()168 *gptr() = traits_type::to_char_type(c); in pbackfail()177 if (gptr() == egptr() && pptr() && pptr() > egptr()) in underflow()178 setg(eback(), gptr(), pptr()); in underflow()180 if (gptr() != egptr()) in underflow()181 return (unsigned char) *gptr(); in underflow()208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr()) in seekoff()[all …]
48 if (__this->gptr() != __this->egptr()) { in _M_doit()49 int_type __c = traits_type::to_int_type(*__this->gptr()); in _M_doit()81 return traits_type::to_int_type(*__this->gptr()); in _M_doit()
186 if (this->eback() < this->gptr()) { in pbackfail()
97 return this->gptr() != this->egptr() in underflow()98 ? _Traits::to_int_type(*this->gptr()) in underflow()106 if (this->gptr() != this->egptr()) { in uflow()107 int_type __c = _Traits::to_int_type(*this->gptr()); in uflow()118 if (this->gptr() != this->eback()) { in pbackfail()120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) { in pbackfail()126 *this->gptr() = _Traits::to_char_type(__c); in pbackfail()150 ptrdiff_t __offset = this->gptr() - this->eback(); in overflow()194 ptrdiff_t __get_offset = this->gptr() - this->eback(); in xsputn()239 ptrdiff_t __get_offset = this->gptr() - this->eback(); in _M_xsputnc()[all …]
137 return this->egptr() - this->gptr(); in showmanyc()166 if (this->gptr() != this->eback() && in pbackfail()168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) || in pbackfail()172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr())) in pbackfail()173 return traits_type::to_int_type(*this->gptr()); in pbackfail()187 _M_saved_gptr = this->gptr(); in pbackfail()197 *this->gptr() = traits_type::to_char_type(__c); in pbackfail()317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base); in seekoff()325 streamoff __iadj = _M_width * (this->gptr() - this->eback()); in seekoff()341 ptrdiff_t __ipos = this->gptr() - this->eback(); in seekoff()[all …]
730 if (__buf->egptr() != __buf->gptr()) in get()762 this->_M_gcount = __buf->egptr() != __buf->gptr() in getline()789 if (__buf->gptr() != __buf->egptr()) in read()830 if (__buf->gptr() != __buf->egptr()) in readsome()867 streamsize __n = __buf->gptr() != __buf->egptr() in _M_formatted_get()1113 if (__buf->gptr() != __buf->egptr()) in ignore()1125 if (__buf->gptr() != __buf->egptr()) in ignore()1154 if (__buf->gptr() != __buf->egptr()) in ignore()1167 if (__buf->gptr() != __buf->egptr()) in ignore()1190 else if (__buf->gptr() != __buf->egptr()) in _M_skip_whitespace()[all …]
53 bool __any_inserted = __from->gptr() != __from->egptr()77 while (__from->egptr() != __from->gptr()) { in _M_copy_buffered()78 const ptrdiff_t __avail = __from->egptr() - __from->gptr(); in _M_copy_buffered()82 __nwritten = __to->sputn(__from->gptr(), __avail); in _M_copy_buffered()
88 char_type* gptr() const { return _M_gnext; } // Current position in gptr() function103 char_type* _M_gptr() const { return gptr(); } in _M_gptr()
414 if (__this->gptr() != __this->egptr()) { in _M_doit()415 int_type __c = traits_type::to_int_type(*__this->gptr()); in _M_doit()
175 if (this->gptr() && (this->gptr() < this->egptr())) in showmanyc()176 return std::streamsize(this->egptr() - this->gptr()); in showmanyc()188 if (this->gptr() && (this->gptr() < this->egptr())) in underflow()189 return traits_type::to_int_type(*(this->gptr())); in underflow()209 return traits_type::to_int_type(*(this->gptr())); in underflow()
82 SkGlyph** gptr = fGlyphArray.begin(); in ~SkGlyphCache() local84 while (gptr < stop) { in ~SkGlyphCache()85 SkPath* path = (*gptr)->fPath; in ~SkGlyphCache()89 gptr += 1; in ~SkGlyphCache()260 SkGlyph** gptr = fGlyphArray.begin(); in lookupMetrics() local266 if (gptr[mid]->fID < id) { in lookupMetrics()272 glyph = gptr[hi]; in lookupMetrics()
362 uint16_t* gptr = glyphs; in textToGlyphs() local367 *gptr++ = cache->unicharToGlyph(SkUTF8_NextUnichar(&text)); in textToGlyphs()374 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()381 return gptr - glyphs; in textToGlyphs()
151 return (unsigned char) *gptr(); in underflow()169 return (unsigned char) *gptr(); in underflow()