OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RE_ICASE
(Results
1 - 6
of
6
) 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h
166
# define
RE_ICASE
(RE_INVALID_INTERVAL_ORD << 1)
171
# define RE_CARET_ANCHORS_HERE (
RE_ICASE
<< 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h
166
# define
RE_ICASE
(RE_INVALID_INTERVAL_ORD << 1)
171
# define RE_CARET_ANCHORS_HERE (
RE_ICASE
<< 1)
Completed in 486 milliseconds