Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/test/
Dtest_codepage_converter.cpp83 void test_shiftjis(boost::locale::util::base_converter* pcvt) in test_shiftjis() argument
85 boost::locale::hold_ptr<boost::locale::util::base_converter> cvt(pcvt); in test_shiftjis()
/third_party/boost/libs/locale/src/util/
Dcodecvt_converter.cpp375 …std::locale create_codecvt_from_pointer(std::locale const &in,base_converter *pcvt,character_facet… in create_codecvt_from_pointer() argument
377 code_converter<char>::base_converter_ptr cvt(pcvt); in create_codecvt_from_pointer()