Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 25 of 42) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.c22 __RE_TRANSLATE_TYPE trans, int icase,
40 __RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa) in re_string_allocate() argument
49 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate()
68 __RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa) in re_string_construct() argument
72 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct()
82 if (icase) in re_string_construct()
164 __RE_TRANSLATE_TYPE trans, int icase, in re_string_construct_common() argument
171 pstr->icase = icase ? 1 : 0; in re_string_construct_common()
172 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common()
719 if (pstr->icase) in re_string_reconstruct()
[all …]
A Dregcomp.c279 re_set_fastmap (char *fastmap, int icase, int ch) in libc_hidden_def()
282 if (icase) in libc_hidden_def()
295 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local
303 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c); in re_compile_fastmap_iter()
335 re_set_fastmap (fastmap, icase, ch); in re_compile_fastmap_iter()
359 re_set_fastmap (fastmap, icase, i); in re_compile_fastmap_iter()
365 re_set_fastmap (fastmap, icase, i); in re_compile_fastmap_iter()
374 re_set_fastmap (fastmap, icase, *(unsigned char *) buf); in re_compile_fastmap_iter()
A Dregex_internal.h320 unsigned char icase; member
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dregex_constants.h86 icase = 1 << _S_icase, in _GLIBCXX_VISIBILITY() enumerator
A Dregex_compiler.tcc286 if (!(_M_flags & regex_constants::icase))\
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_executor.tcc407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
A Dregex_compiler.tcc299 if (!(_M_flags & regex_constants::icase))\
A Dregex.h404 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
781 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dregex_constants.h86 constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_compiler.tcc291 if (!(_M_flags & regex_constants::icase))\
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_executor.tcc407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
A Dregex_compiler.tcc299 if (!(_M_flags & regex_constants::icase))\
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_executor.tcc407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
A Dregex_compiler.tcc299 if (!(_M_flags & regex_constants::icase))\
A Dregex.h405 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
782 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dregex_constants.h87 constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_compiler.tcc297 if (!(_M_flags & regex_constants::icase))\
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_compiler.tcc297 if (!(_M_flags & regex_constants::icase))\
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
A Dregex_executor.tcc407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
A Dregex_compiler.tcc299 if (!(_M_flags & regex_constants::icase))\

Completed in 72 milliseconds

12