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

  /bionic/libc/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 506 if (sp == stop || !CHIN(cs, *sp++))
884 if (!NONCHAR(ch) && CHIN(cs, ch))

Completed in 18 milliseconds