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

  /bionic/libc/regex/
regex2.h 112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
regcomp.c 682 CHsub(cs, i);
686 CHsub(cs, '\n');
1088 CHsub(cs, i);
    [all...]

Completed in 13 milliseconds