Home
last modified time | relevance | path

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

/third_party/boost/boost/locale/
Dgeneric_codecvt.hpp212 … state_type cvt_state = implementation().initial_state(generic_codecvt_base::to_unicode_state); in do_length() local
215 boost::uint32_t ch=implementation().to_unicode(cvt_state,from,from_end); in do_length()
257 … state_type cvt_state = implementation().initial_state(generic_codecvt_base::to_unicode_state); in do_in() local
267 uint32_t ch=implementation().to_unicode(cvt_state,from,from_end); in do_in()
354 … state_type cvt_state = implementation().initial_state(generic_codecvt_base::from_unicode_state); in do_out() local
405 boost::uint32_t len = implementation().from_unicode(cvt_state,ch,to,to_end); in do_out()
505 … state_type cvt_state = implementation().initial_state(generic_codecvt_base::to_unicode_state); in do_length() local
508 boost::uint32_t ch=implementation().to_unicode(cvt_state,from,from_end); in do_length()
540 … state_type cvt_state = implementation().initial_state(generic_codecvt_base::to_unicode_state); in do_in() local
550 uint32_t ch=implementation().to_unicode(cvt_state,from,from_end); in do_in()
[all …]