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

  /bionic/libc/upstream-netbsd/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 804 if (CHIN(cs, i) && isalpha(i)) {
816 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 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 705 if (CHIN(cs, i) && isalpha(i)) {
717 if (CHIN(cs, i))
1152 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1176 if (CHIN(cs, i))
1193 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 561 milliseconds