/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_internal.c | 22 __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 D | regcomp.c | 279 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 D | regex_internal.h | 320 unsigned char icase; member
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | regex_constants.h | 86 icase = 1 << _S_icase, in _GLIBCXX_VISIBILITY() enumerator
|
A D | regex_compiler.tcc | 286 if (!(_M_flags & regex_constants::icase))\
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_executor.tcc | 407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
|
A D | regex_compiler.tcc | 299 if (!(_M_flags & regex_constants::icase))\
|
A D | regex.h | 404 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 D | regex_constants.h | 86 constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_compiler.tcc | 291 if (!(_M_flags & regex_constants::icase))\
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_executor.tcc | 407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
|
A D | regex_compiler.tcc | 299 if (!(_M_flags & regex_constants::icase))\
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_executor.tcc | 407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
|
A D | regex_compiler.tcc | 299 if (!(_M_flags & regex_constants::icase))\
|
A D | regex.h | 405 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 D | regex_constants.h | 87 constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_compiler.tcc | 297 if (!(_M_flags & regex_constants::icase))\
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_compiler.tcc | 297 if (!(_M_flags & regex_constants::icase))\
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
A D | regex_executor.tcc | 407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
|
A D | regex_compiler.tcc | 299 if (!(_M_flags & regex_constants::icase))\
|