Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dc_regex_traits.hpp78 static string_type BOOST_REGEX_CALL transform_primary(const char* p1, const char* p2);
123 static string_type BOOST_REGEX_CALL transform_primary(const wchar_t* p1, const wchar_t* p2);
172 …static string_type BOOST_REGEX_CALL transform_primary(const unsigned short* p1, const unsigned sho…
Dw32_regex_traits.hpp331 string_type transform_primary(const charT* p1, const charT* p2) const;
350 w32_regex_traits_implementation<charT>::transform_primary(const charT* p1, const charT* p2) const in transform_primary() function in boost::BOOST_REGEX_DETAIL_NS::w32_regex_traits_implementation
616 string_type transform_primary(const charT* p1, const charT* p2) const in transform_primary() function in boost::w32_regex_traits
618 return m_pimpl->transform_primary(p1, p2); in transform_primary()
Dcpp_regex_traits.hpp463 string_type transform_primary(const charT* p1, const charT* p2) const;
501 cpp_regex_traits_implementation<charT>::transform_primary(const charT* p1, const charT* p2) const in transform_primary() function in boost::BOOST_REGEX_DETAIL_NS::cpp_regex_traits_implementation
964 string_type transform_primary(const charT* p1, const charT* p2) const in transform_primary() function in boost::cpp_regex_traits
966 return m_pimpl->transform_primary(p1, p2); in transform_primary()
Dinstances.hpp153 …cpp_regex_traits_implementation<BOOST_REGEX_CHAR_T>::transform_primary(const BOOST_REGEX_CHAR_T* p…
Dbasic_regex_creator.hpp495 s = m_traits.transform_primary(cs, cs+2); in append_set()
498 s = m_traits.transform_primary(&sfirst->first, &sfirst->first+1); in append_set()
646 s = m_traits.transform_primary(&sfirst->first, &sfirst->first+1); in append_set()
652 string_type s2 = this->m_traits.transform_primary(c, c+1); in append_set()
Dperl_matcher.hpp239 s1 = traits_inst.transform_primary(a, a +1); in re_is_set_member()
/third_party/boost/libs/regex/src/
Dwc_regex_traits.cpp117 c_regex_traits<wchar_t>::string_type BOOST_REGEX_CALL c_regex_traits<wchar_t>::transform_primary(co… in transform_primary() function in boost::c_regex_traits
280 …hort>::string_type BOOST_REGEX_CALL c_regex_traits<unsigned short>::transform_primary(const unsign… in transform_primary() function in boost::c_regex_traits
282 …std::wstring result = c_regex_traits<wchar_t>::transform_primary((const wchar_t*)p1, (const wchar_… in transform_primary()
Dc_regex_traits.cpp77 c_regex_traits<char>::string_type BOOST_REGEX_CALL c_regex_traits<char>::transform_primary(const ch… in transform_primary() function in boost::c_regex_traits
/third_party/boost/libs/xpressive/doc/
Dconcepts.qbk236 `v.transform_primary(F1, F2)`
245 `v.transform_primary(G1, G2) < v.transform_primary(H1, H2)`.
/third_party/boost/libs/regex/test/concepts/
Dtest_bug_11988.cpp50 static string_type transform_primary(const char32_t* p1, const char32_t* p2) in transform_primary() function
/third_party/boost/boost/xpressive/traits/
Dnull_regex_traits.hpp152 static string_type transform_primary(FwdIter begin, FwdIter end) in transform_primary() function
Dc_regex_traits.hpp270 static string_type transform_primary(FwdIter begin, FwdIter end) in transform_primary() function
Dcpp_regex_traits.hpp486 string_type transform_primary(FwdIter, FwdIter ) const in transform_primary() function
/third_party/boost/libs/regex/doc/
Dconcepts.qbk76 [[v.transform_primary(F1, F2)]
80 then v.transform_primary(G1, G2) < v.transform_primary(H1, H2).]]
/third_party/boost/libs/regex/test/collate_info/
Dcollate_info.cpp190 string_type skp = pt.transform_primary(s.c_str(), s.c_str() + s.size()); in print_sort_syntax()
/third_party/boost/boost/regex/
Dicu.hpp75 string_type transform_primary(const char_type* p1, const char_type* p2) const in transform_primary() function in boost::BOOST_REGEX_DETAIL_NS::icu_regex_traits_implementation
150 string_type transform_primary(const char_type* p1, const char_type* p2) const in transform_primary() function in boost::icu_regex_traits
152 return m_pimpl->transform_primary(p1, p2); in transform_primary()
Dconcepts.hpp149 string_type transform_primary(ForwardIterator , ForwardIterator ) const in transform_primary() function
236 string_type s2 = m_ctraits.transform_primary(m_pointer, m_pointer); in constraints()