Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_DETAIL_NS (Results 1 – 25 of 55) sorted by relevance

123

/third_party/boost/boost/regex/v4/
Dsub_match.hpp38 …typedef typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::value_type valu…
42 …typedef typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::difference_type diff…
68 …difference_type n = matched ? ::boost::BOOST_REGEX_DETAIL_NS::distance((BidiIterator)this->first, … in length()
76 …std::size_t len = ::boost::BOOST_REGEX_DETAIL_NS::distance((BidiIterator)this->first, (BidiIterato… in str()
198 inline bool operator == (const std::basic_string<typename BOOST_REGEX_DETAIL_NS::regex_iterator_tra… in operator ==()
202 inline bool operator != (const std::basic_string<typename BOOST_REGEX_DETAIL_NS::regex_iterator_tra… in operator !=()
206 inline bool operator < (const std::basic_string<typename BOOST_REGEX_DETAIL_NS::regex_iterator_trai… in operator <()
210 inline bool operator <= (const std::basic_string<typename BOOST_REGEX_DETAIL_NS::regex_iterator_tra… in operator <=()
214 inline bool operator >= (const std::basic_string<typename BOOST_REGEX_DETAIL_NS::regex_iterator_tra… in operator >=()
218 inline bool operator > (const std::basic_string<typename BOOST_REGEX_DETAIL_NS::regex_iterator_trai… in operator >()
[all …]
Dcpp_regex_traits.hpp72 namespace BOOST_REGEX_DETAIL_NS{ namespace
293 boost::BOOST_REGEX_DETAIL_NS::raise_runtime_error(err); in init()
721 boost::BOOST_REGEX_DETAIL_NS::raise_runtime_error(err); in init()
777 ::boost::BOOST_REGEX_DETAIL_NS::char_class_alnum, in init()
778 ::boost::BOOST_REGEX_DETAIL_NS::char_class_alpha, in init()
779 ::boost::BOOST_REGEX_DETAIL_NS::char_class_cntrl, in init()
780 ::boost::BOOST_REGEX_DETAIL_NS::char_class_digit, in init()
781 ::boost::BOOST_REGEX_DETAIL_NS::char_class_graph, in init()
782 ::boost::BOOST_REGEX_DETAIL_NS::char_class_horizontal_space, in init()
783 ::boost::BOOST_REGEX_DETAIL_NS::char_class_lower, in init()
[all …]
Dw32_regex_traits.hpp67 namespace BOOST_REGEX_DETAIL_NS{ namespace
171 …if(::boost::BOOST_REGEX_DETAIL_NS::w32_is_lower(c, this->m_locale)) return regex_constants::escape… in escape_syntax_type()
172 …if(::boost::BOOST_REGEX_DETAIL_NS::w32_is_upper(c, this->m_locale)) return regex_constants::escape… in escape_syntax_type()
179 return ::boost::BOOST_REGEX_DETAIL_NS::w32_tolower(c, this->m_locale); in tolower()
183 return ::boost::BOOST_REGEX_DETAIL_NS::w32_is(this->m_locale, mask, c); in isctype()
193 w32_regex_traits_char_layer<charT>::w32_regex_traits_char_layer(::boost::BOOST_REGEX_DETAIL_NS::lci… in w32_regex_traits_char_layer()
202 cat = ::boost::BOOST_REGEX_DETAIL_NS::w32_cat_open(cat_name); in w32_regex_traits_char_layer()
207 boost::BOOST_REGEX_DETAIL_NS::raise_runtime_error(err); in w32_regex_traits_char_layer()
217 …string_type mss = ::boost::BOOST_REGEX_DETAIL_NS::w32_cat_get(cat, this->m_locale, i, get_default_… in w32_regex_traits_char_layer()
260 w32_regex_traits_char_layer(::boost::BOOST_REGEX_DETAIL_NS::lcid_type l) in w32_regex_traits_char_layer()
[all …]
Dregex_traits.hpp85 namespace BOOST_REGEX_DETAIL_NS{ namespace
102 return ::boost::BOOST_REGEX_DETAIL_NS::get_default_error_string(e); in error_string()
114 return ::boost::BOOST_REGEX_DETAIL_NS::global_toi(p1, p2, radix, *this); in toi()
126 return ::boost::BOOST_REGEX_DETAIL_NS::global_lower(c); in tolower()
130 return ::boost::BOOST_REGEX_DETAIL_NS::global_upper(c); in toupper()
164 : public ::boost::BOOST_REGEX_DETAIL_NS::compute_wrapper_base<
166 ::boost::BOOST_REGEX_DETAIL_NS::has_boost_extensions_tag<BaseT>::value
Dmatch_results.hpp45 namespace BOOST_REGEX_DETAIL_NS{ namespace
72 typedef typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<
80 typedef typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<
83 …typedef BOOST_REGEX_DETAIL_NS::named_subexpressions named_sub_typ…
170 … return ::boost::BOOST_REGEX_DETAIL_NS::distance((BidiIterator)(m_base), (BidiIterator)(s.first)); in position()
249 BOOST_REGEX_DETAIL_NS::named_subexpressions::range_type r = m_named_subs->equal_range(i, j); in named_subexpression()
274 BOOST_REGEX_DETAIL_NS::named_subexpressions::range_type s, r; in named_subexpression_index()
357 …typedef typename BOOST_REGEX_DETAIL_NS::compute_functor_type<Functor, match_results<BidiIterator, … in format()
367 BOOST_REGEX_DETAIL_NS::string_out_iterator<std::basic_string<char_type> > i(result); in format()
369 …typedef typename BOOST_REGEX_DETAIL_NS::compute_functor_type<Functor, match_results<BidiIterator, … in format()
[all …]
Dregex_replace.hpp51 out = BOOST_REGEX_DETAIL_NS::copy(first, last, out); in regex_replace()
59 out = BOOST_REGEX_DETAIL_NS::copy(i->prefix().first, i->prefix().second, out); in regex_replace()
67 out = BOOST_REGEX_DETAIL_NS::copy(last_m, last, out); in regex_replace()
79 BOOST_REGEX_DETAIL_NS::string_out_iterator<std::basic_string<charT> > i(result); in regex_replace()
Dinstances.hpp57 template class BOOST_REGEX_DECL ::boost::BOOST_REGEX_DETAIL_NS::perl_matcher<BOOST_REGEX_CHAR_T con…
100 template class BOOST_REGEX_TEMPLATE_DECL ::boost::BOOST_REGEX_DETAIL_NS::perl_matcher<BOOST_REGEX_C…
108 template class BOOST_REGEX_TEMPLATE_DECL ::boost::BOOST_REGEX_DETAIL_NS::perl_matcher< std::basic_s…
147 namespace BOOST_REGEX_DETAIL_NS{
196 namespace BOOST_REGEX_DETAIL_NS{
212 namespace BOOST_REGEX_DETAIL_NS{
Dbasic_regex.hpp51 namespace BOOST_REGEX_DETAIL_NS{ namespace
196BOOST_REGEX_DETAIL_NS::re_syntax_base* m_first_state; // the first state of the machi…
200BOOST_REGEX_DETAIL_NS::raw_storage m_data; // the buffer in which our stat…
287 const BOOST_REGEX_DETAIL_NS::re_syntax_base* get_first_state()const in get_first_state()
618 const BOOST_REGEX_DETAIL_NS::re_syntax_base* get_first_state()const in get_first_state()
643 const BOOST_REGEX_DETAIL_NS::regex_data<charT, traits>& get_data()const in get_data()
648 boost::shared_ptr<BOOST_REGEX_DETAIL_NS::named_subexpressions > get_named_subs()const in get_named_subs()
654 shared_ptr<BOOST_REGEX_DETAIL_NS::basic_regex_implementation<charT, traits> > m_pimpl;
668 shared_ptr<BOOST_REGEX_DETAIL_NS::basic_regex_implementation<charT, traits> > temp; in do_assign()
671 …temp = shared_ptr<BOOST_REGEX_DETAIL_NS::basic_regex_implementation<charT, traits> >(new BOOST_REG… in do_assign()
[all …]
Dcregex.hpp224 namespace BOOST_REGEX_DETAIL_NS{ namespace
247 BOOST_REGEX_DETAIL_NS::RegExData* pdata;
299 friend struct BOOST_REGEX_DETAIL_NS::pred1;
300 friend struct BOOST_REGEX_DETAIL_NS::pred2;
301 friend struct BOOST_REGEX_DETAIL_NS::pred3;
302 friend struct BOOST_REGEX_DETAIL_NS::pred4;
Dregex_workaround.hpp57 namespace boost{ namespace BOOST_REGEX_DETAIL_NS{ namespace
99 namespace boost{ namespace BOOST_REGEX_DETAIL_NS{ namespace
128 namespace boost{ namespace BOOST_REGEX_DETAIL_NS{ namespace
Dregex_format.hpp58 namespace BOOST_REGEX_DETAIL_NS{ namespace
76 return ::boost::BOOST_REGEX_DETAIL_NS::global_lower(c); in tolower()
80 return ::boost::BOOST_REGEX_DETAIL_NS::global_upper(c); in toupper()
369 std::ptrdiff_t len = ::boost::BOOST_REGEX_DETAIL_NS::distance(m_position, m_end); in format_perl()
580 std::ptrdiff_t len = ::boost::BOOST_REGEX_DETAIL_NS::distance(m_position, m_end); in format_escape()
644 std::ptrdiff_t len = ::boost::BOOST_REGEX_DETAIL_NS::distance(m_position, m_end); in format_escape()
656 len = ::boost::BOOST_REGEX_DETAIL_NS::distance(m_position, m_end); in format_escape()
703 std::ptrdiff_t len = ::boost::BOOST_REGEX_DETAIL_NS::distance(m_position, m_end); in format_conditional()
840 return BOOST_REGEX_DETAIL_NS::copy(p1, p2, out); in regex_format_imp()
843 BOOST_REGEX_DETAIL_NS::basic_regex_formatter< in regex_format_imp()
[all …]
Dfileiter.hpp52 namespace BOOST_REGEX_DETAIL_NS{ namespace
87 namespace BOOST_REGEX_DETAIL_NS{ namespace
133 namespace BOOST_REGEX_DETAIL_NS{ namespace
533 using boost::BOOST_REGEX_DETAIL_NS::directory_iterator;
534 using boost::BOOST_REGEX_DETAIL_NS::file_iterator;
535 using boost::BOOST_REGEX_DETAIL_NS::mapfile;
Dbasic_regex_creator.hpp45 namespace BOOST_REGEX_DETAIL_NS{ namespace
381 …result->csingles = static_cast<unsigned int>(::boost::BOOST_REGEX_DETAIL_NS::distance(char_set.sin… in append_set()
382 …result->cranges = static_cast<unsigned int>(::boost::BOOST_REGEX_DETAIL_NS::distance(char_set.rang… in append_set()
383 …result->cequivalents = static_cast<unsigned int>(::boost::BOOST_REGEX_DETAIL_NS::distance(char_set… in append_set()
478 BOOST_REGEX_DETAIL_NS::copy(s1.begin(), s1.end(), p); in append_set()
481 BOOST_REGEX_DETAIL_NS::copy(s2.begin(), s2.end(), p); in append_set()
502 BOOST_REGEX_DETAIL_NS::copy(s.begin(), s.end(), p); in append_set()
681 BOOST_REGEX_DETAIL_NS::copy(p1, p2, ps); in finalize()
1497 case BOOST_REGEX_DETAIL_NS::syntax_element_wild: in get_repeat_type()
1498 return BOOST_REGEX_DETAIL_NS::syntax_element_dot_rep; in get_repeat_type()
[all …]
Dregex_split.hpp44 namespace BOOST_REGEX_DETAIL_NS{ namespace
115BOOST_REGEX_DETAIL_NS::split_pred<OutputIterator, charT, Traits1, Alloc1> pred(&last, &out, &max_s… in regex_split()
152 …return regex_split(out, s, BOOST_REGEX_DETAIL_NS::get_default_expression(charT(0)), match_default,… in regex_split()
/third_party/boost/libs/regex/src/
Dcregex.cpp71 namespace BOOST_REGEX_DETAIL_NS{ namespace
151 pdata = new BOOST_REGEX_DETAIL_NS::RegExData(); in RegEx()
156 pdata = new BOOST_REGEX_DETAIL_NS::RegExData(*(o.pdata)); in RegEx()
166 pdata = new BOOST_REGEX_DETAIL_NS::RegExData(); in RegEx()
172 pdata = new BOOST_REGEX_DETAIL_NS::RegExData(); in RegEx()
210 pdata->t = BOOST_REGEX_DETAIL_NS::RegExData::type_pc; in Match()
225 pdata->t = BOOST_REGEX_DETAIL_NS::RegExData::type_pc; in Search()
237 namespace BOOST_REGEX_DETAIL_NS{ namespace
252 pdata->t = BOOST_REGEX_DETAIL_NS::RegExData::type_pc; in Grep()
257 … unsigned int result = regex_grep(BOOST_REGEX_DETAIL_NS::pred1(cb, this), p, end, pdata->e, flags); in Grep()
[all …]
Dfileiter.cpp61 namespace BOOST_REGEX_DETAIL_NS{ namespace
113 boost::BOOST_REGEX_DETAIL_NS::raise_runtime_error(err); in open()
125 boost::BOOST_REGEX_DETAIL_NS::raise_runtime_error(err); in open()
405 BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(1); in copy_find_file_result_with_overflow_check()
407BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcpy_s(path, max_size, … in copy_find_file_result_with_overflow_check()
462BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcpy_s(_root, MAX_PATH,… in file_iterator()
469BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcpy_s(_path, MAX_PATH,… in file_iterator()
474BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcpy_s(_path, MAX_PATH,… in file_iterator()
476BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcpy_s(_path, MAX_PATH,… in file_iterator()
477BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(_path, MAX_PATH,… in file_iterator()
[all …]
Dc_regex_traits.cpp80 …static const int s_collate_type = ::boost::BOOST_REGEX_DETAIL_NS::find_sort_syntax(static_cast<c_r… in transform_primary()
88 case ::boost::BOOST_REGEX_DETAIL_NS::sort_C: in transform_primary()
89 case ::boost::BOOST_REGEX_DETAIL_NS::sort_unknown: in transform_primary()
98 case ::boost::BOOST_REGEX_DETAIL_NS::sort_fixed: in transform_primary()
105 case ::boost::BOOST_REGEX_DETAIL_NS::sort_delim: in transform_primary()
152 int idx = ::boost::BOOST_REGEX_DETAIL_NS::get_default_class_id(p1, p2); in lookup_classname()
158 … idx = ::boost::BOOST_REGEX_DETAIL_NS::get_default_class_id(&*s.begin(), &*s.begin() + s.size()); in lookup_classname()
176 …nk) && (std::isspace)(static_cast<unsigned char>(c)) && !::boost::BOOST_REGEX_DETAIL_NS::is_separa… in isctype()
178 …|| ((mask & char_class_vertical) && (::boost::BOOST_REGEX_DETAIL_NS::is_separator(c) || (c == '\v'… in isctype()
179 …al) && (std::isspace)(static_cast<unsigned char>(c)) && !::boost::BOOST_REGEX_DETAIL_NS::is_separa… in isctype()
[all …]
Dwc_regex_traits.cpp120 …static const int s_collate_type = ::boost::BOOST_REGEX_DETAIL_NS::find_sort_syntax(static_cast<con… in transform_primary()
128 case ::boost::BOOST_REGEX_DETAIL_NS::sort_C: in transform_primary()
129 case ::boost::BOOST_REGEX_DETAIL_NS::sort_unknown: in transform_primary()
138 case ::boost::BOOST_REGEX_DETAIL_NS::sort_fixed: in transform_primary()
145 case ::boost::BOOST_REGEX_DETAIL_NS::sort_delim: in transform_primary()
192 int idx = ::boost::BOOST_REGEX_DETAIL_NS::get_default_class_id(p1, p2); in lookup_classname()
198 … idx = ::boost::BOOST_REGEX_DETAIL_NS::get_default_class_id(&*s.begin(), &*s.begin() + s.size()); in lookup_classname()
216 …|| ((mask & char_class_blank) && (std::iswspace)(c) && !::boost::BOOST_REGEX_DETAIL_NS::is_separat… in isctype()
219 …|| ((mask & char_class_vertical) && (::boost::BOOST_REGEX_DETAIL_NS::is_separator(c) || (c == L'\v… in isctype()
220 …|| ((mask & char_class_horizontal) && (std::iswspace)(c) && !::boost::BOOST_REGEX_DETAIL_NS::is_se… in isctype()
[all …]
Dicu.cpp31 namespace BOOST_REGEX_DETAIL_NS{ namespace
194 static const BOOST_REGEX_DETAIL_NS::character_pointer_range< ::UChar32> range_data[] = { in lookup_icu_mask()
357 const BOOST_REGEX_DETAIL_NS::character_pointer_range< ::UChar32>* ranges_begin = range_data; in lookup_icu_mask()
358 …const BOOST_REGEX_DETAIL_NS::character_pointer_range< ::UChar32>* ranges_end = range_data + (sizeo… in lookup_icu_mask()
360 BOOST_REGEX_DETAIL_NS::character_pointer_range< ::UChar32> t = { p1, p2, }; in lookup_icu_mask()
361 …const BOOST_REGEX_DETAIL_NS::character_pointer_range< ::UChar32>* p = std::lower_bound(ranges_begi… in lookup_icu_mask()
395 int idx = ::boost::BOOST_REGEX_DETAIL_NS::get_default_class_id(p1, p2); in lookup_classname()
418 … idx = ::boost::BOOST_REGEX_DETAIL_NS::get_default_class_id(&*s.begin(), &*s.begin() + s.size()); in lookup_classname()
464 s = ::boost::BOOST_REGEX_DETAIL_NS::lookup_default_collate_name(s); in lookup_collatename()
502 …if(((f & mask_vertical) != 0) && (::boost::BOOST_REGEX_DETAIL_NS::is_separator(c) || (c == static_… in isctype()
[all …]
Dposix_api.cpp161 BOOST_REGEX_DETAIL_NS::strcpy_s(buf, buf_size, names[code]); in regerrorA()
187 BOOST_REGEX_DETAIL_NS::strcpy_s(buf, buf_size, localbuf); in regerrorA()
199 BOOST_REGEX_DETAIL_NS::strcpy_s(buf, buf_size, localbuf); in regerrorA()
209 …p = BOOST_REGEX_DETAIL_NS::get_default_error_string(static_cast< ::boost::regex_constants::error_t… in regerrorA()
214 BOOST_REGEX_DETAIL_NS::strcpy_s(buf, buf_size, p.c_str()); in regerrorA()
/third_party/boost/boost/regex/
Dicu.hpp39 namespace BOOST_REGEX_DETAIL_NS{ namespace
113 …: m_pimpl(BOOST_REGEX_DETAIL_NS::get_icu_regex_traits_implementation(U_NAMESPACE_QUALIFIER Locale(… in icu_regex_traits()
120 …return ((c < 0x7f) && (c > 0)) ? BOOST_REGEX_DETAIL_NS::get_default_syntax_type(static_cast<char>(… in syntax_type()
124 …return ((c < 0x7f) && (c > 0)) ? BOOST_REGEX_DETAIL_NS::get_default_escape_syntax_type(static_cast… in escape_syntax_type()
159 return BOOST_REGEX_DETAIL_NS::global_toi(p1, p2, radix, *this); in toi()
168 m_pimpl = BOOST_REGEX_DETAIL_NS::get_icu_regex_traits_implementation(l); in imbue()
177 return BOOST_REGEX_DETAIL_NS::get_default_error_string(n); in error_string()
213 boost::shared_ptr< ::boost::BOOST_REGEX_DETAIL_NS::icu_regex_traits_implementation> m_pimpl;
246 namespace BOOST_REGEX_DETAIL_NS{ namespace
374 …return BOOST_REGEX_DETAIL_NS::do_make_u32regex(i, j, opt, static_cast<boost::mpl::int_<sizeof(*i)>… in make_u32regex()
[all …]
/third_party/boost/libs/regex/test/regress/
Dtest_regex_search.hpp58 if(boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.first) != answer_table[2*i]) in test_sub_match()
62 << i << ", found " << boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.first) in test_sub_match()
65 if(boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.second) != answer_table[1+ 2*i]) in test_sub_match()
69 << i << ", found " << boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.second) in test_sub_match()
294 if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->first) != last_end2) in test_regex_token_iterator()
298 << boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->first) in test_regex_token_iterator()
304 … if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) != expected_end) in test_regex_token_iterator()
308 << boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) in test_regex_token_iterator()
353 if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->first) != last_end2) in test_regex_token_iterator()
357 << boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->first) in test_regex_token_iterator()
[all …]
Dtest_partial_match.hpp50 if(boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.first) != answer_table[2*i]) in test_sub_match()
54 << i << ", found " << boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.first) in test_sub_match()
57 if(boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.second) != answer_table[1+ 2*i]) in test_sub_match()
61 << i << ", found " << boost::BOOST_REGEX_DETAIL_NS::distance(base, sub.second) in test_sub_match()
241 if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->first) != last_end2) in test_regex_token_iterator()
245 << boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->first) in test_regex_token_iterator()
251 … if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) != expected_end) in test_regex_token_iterator()
255 << boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) in test_regex_token_iterator()
Dtest_mfc.cpp173 if(boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->first) != last_end2) in test_mfc()
177 << boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->first) in test_mfc()
183 if(boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->second) != expected_end) in test_mfc()
187 << boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->second) in test_mfc()
351 if(boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->first) != last_end2) in test_mfc()
355 << boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->first) in test_mfc()
361 if(boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->second) != expected_end) in test_mfc()
365 << boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->second) in test_mfc()
/third_party/boost/libs/regex/test/collate_info/
Dcollate_info.cpp156 unsigned result = ::boost::BOOST_REGEX_DETAIL_NS::find_sort_syntax(&pt, &delim); in print_sort_syntax()
160 case boost::BOOST_REGEX_DETAIL_NS::sort_C: in print_sort_syntax()
163 case boost::BOOST_REGEX_DETAIL_NS::sort_fixed: in print_sort_syntax()
166 case boost::BOOST_REGEX_DETAIL_NS::sort_delim: in print_sort_syntax()
173 case boost::BOOST_REGEX_DETAIL_NS::sort_unknown: in print_sort_syntax()

123