Searched refs:norm_type (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/locale/src/win32/ |
D | converter.cpp | 42 return wcsnormalize(static_cast<norm_type>(flags),begin,end); in convert() 77 res = wcsnormalize(static_cast<norm_type>(flags),wb,we); in convert()
|
D | api.hpp | 223 inline std::wstring wcsnormalize(norm_type norm,wchar_t const *begin,wchar_t const *end) in wcsnormalize()
|
/third_party/boost/boost/locale/ |
D | conversion.hpp | 147 } 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/ |
D | test_winapi_convert.cpp | 59 …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()
|
D | test_convert.cpp | 24 …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()
|