Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/src/win32/
Dconverter.cpp42 return wcsnormalize(static_cast<norm_type>(flags),begin,end); in convert()
77 res = wcsnormalize(static_cast<norm_type>(flags),wb,we); in convert()
Dapi.hpp223 inline std::wstring wcsnormalize(norm_type norm,wchar_t const *begin,wchar_t const *end) in wcsnormalize()
/third_party/boost/boost/locale/
Dconversion.hpp147 } norm_type; typedef
159 …std::basic_string<CharType> normalize(std::basic_string<CharType> const &str,norm_type n=norm_defa… in normalize()
174 …std::basic_string<CharType> normalize(CharType const *str,norm_type n=norm_default,std::locale con… in normalize()
194 norm_type n=norm_default, in normalize()
/third_party/boost/libs/locale/test/
Dtest_winapi_convert.cpp59 …st_normc(std::basic_string<Char> orig,std::basic_string<Char> normal,boost::locale::norm_type type) in test_normc()
68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm()
Dtest_convert.cpp24 …st_normc(std::basic_string<Char> orig,std::basic_string<Char> normal,boost::locale::norm_type type) in test_normc()
32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm()