Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/src/util/
Dcodecvt_converter.cpp335 thread_safe_ = cvt_->is_thread_safe(); in code_converter()
347 if(!thread_safe_) in initial_state()
354 if(thread_safe_) in to_unicode()
362 if(thread_safe_) in from_unicode()
371 bool thread_safe_; member in boost::locale::util::code_converter