HomeSort by relevance Sort by last modified time
    Searched refs:RE_ICASE (Results 1 - 7 of 7) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 87 #ifdef RE_ICASE
88 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;
110 #ifndef RE_ICASE
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 216 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1)
221 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
regcomp.c 317 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
327 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
417 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
497 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
807 (syntax & RE_ICASE) != 0, dfa);
832 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
    [all...]
regexec.c 709 preg->translate, (preg->syntax & RE_ICASE) != 0,
755 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 162 #define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1)
167 #define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 162 #define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1)
167 #define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 162 #define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1)
167 #define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)

Completed in 2384 milliseconds