stdio_filebuf.h | 68 const std::codecvt<char_type, char, state_type>* __cv_; member in class:android::dvr::stdio_filebuf 99 __cv_ = &std::use_facet<std::codecvt<char_type, char, state_type> >(__loc); 100 __encoding_ = __cv_->encoding(); 101 __always_noconv_ = __cv_->always_noconv(); 144 __r = __cv_->in(__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, 195 switch (__cv_->out(__st_, &__ci, &__ci + 1, __inxt, __extbuf,
|