Home
last modified time | relevance | path

Searched refs:eow (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_exec.c99 int i = 0, l, eow; in parse_args() local
114 eow = 0; in parse_args()
138 } else if (eow) { in parse_args()
139 if (*s == eow) { in parse_args()
141 eow = 0; in parse_args()
146 eow = *s; in parse_args()
/third_party/boost/libs/xpressive/test/
Dtest_assert.cpp27 sregex rx = (bow >> +_w >> eow)[ check(&three_or_six) ] ; in test1()
40 sregex rx = (bow >> +_w >> eow)[ check(length(_)==3 || length(_)==6) ] ; in test2()
Dtest_typeof2.cpp155 TYPEOF_TEST((bow >> +_w >> eow)[ check(&three_or_six) ]); in test_assert()
156 TYPEOF_TEST((bow >> +_w >> eow)[ check(length(_)==3 || length(_)==6) ]); in test_assert()
Dtest_typeof.cpp43 TYPEOF_TEST(eow); in test_misc1()
/third_party/boost/boost/xpressive/
Dregex_primitives.hpp420 proto::terminal<detail::assert_word_end>::type const eow = {{}}; variable
892 detail::ignore_unused(eow); in ignore_unused_regex_primitives()
/third_party/boost/libs/xpressive/doc/
Dgrammars.qbk40 re = bow >> re >> eow;
49 re = bow >> re >> eow;
55 [note Note that `re = bow >> re >> eow` does ['not] define a recursive regular expression, since re…
Dactions.qbk450 sregex rx = (bow >> +_w >> eow)[ check(three_or_six()) ] ;
465 sregex rx = (bow >> +_w >> eow)[ check(length(_)==3 || length(_)==6) ] ;
/third_party/boost/doc/html/
Ddoc_HTML.manifest3530 boost/xpressive/eow.html