Home
last modified time | relevance | path

Searched defs:icase (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
Dlookup_classname.pass.cpp25 test(const char_type* A, std::ctype_base::mask expected, bool icase = false) in test()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c43 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate()
71 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct()
174 RE_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common()
Dregcomp.c315 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local
Dregex_internal.h408 unsigned char icase; member