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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 164 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
167 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 803 if (CHIN(cs, i) && isalpha(i)) {
815 if (CHIN(cs, i))
    [all...]
engine.c 605 if (sp == stop || !CHIN(cs, *sp++))
1018 if (!NONCHAR(ch) && CHIN(cs, ch))
  /external/llvm/lib/Support/
regex2.h 115 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 713 if (CHIN(cs, i) && isalpha(i)) {
725 if (CHIN(cs, i))
1162 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1186 if (CHIN(cs, i))
1203 if (CHIN(cs, i))
    [all...]
regengine.inc 517 if (sp == stop || !CHIN(cs, *sp++))
897 if (!NONCHAR(ch) && CHIN(cs, ch))
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 669 if (CHIN(cs, i) && isalpha(i)) {
681 if (CHIN(cs, i))
1116 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1140 if (CHIN(cs, i))
1157 if (CHIN(cs, i))
    [all...]
engine.c 508 if (sp == stop || !CHIN(cs, *sp++))
886 if (!NONCHAR(ch) && CHIN(cs, ch))

Completed in 4288 milliseconds