Home
last modified time | relevance | path

Searched refs:__encoding_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h54 int __encoding_; variable
86 __encoding_ = __cv_->encoding(); in imbue()
88 if (__encoding_ > __limit) in imbue()
155 int __nread = std::max(1, __encoding_); in __getchar()