Searched refs:__cv_ (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/vr/performanced/ |
D | stdio_filebuf.h | 68 const std::codecvt<char_type, char, state_type>* __cv_; variable 99 __cv_ = &std::use_facet<std::codecvt<char_type, char, state_type> >(__loc); in imbue() 100 __encoding_ = __cv_->encoding(); in imbue() 101 __always_noconv_ = __cv_->always_noconv(); in imbue() 144 __r = __cv_->in(__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, in __getchar() 195 switch (__cv_->out(__st_, &__ci, &__ci + 1, __inxt, __extbuf, in pbackfail()
|