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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 196 size_t ncategories; /* how many character categories */ member in struct:re_guts
regcomp.c 297 g->ncategories = 1; /* category 0 is "everything else" */
1092 p->g->ncategories + 1));
1093 cap[uc] = (unsigned char)p->g->ncategories++;
    [all...]
  /external/llvm/lib/Support/
regex2.h 147 int ncategories; /* how many character categories */ member in struct:re_guts
regcomp.c 223 g->ncategories = 1; /* category 0 is "everything else" */
951 cap[ch] = p->g->ncategories++;
1309 cat = g->ncategories++;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 144 int ncategories; /* how many character categories */ member in struct:re_guts
regcomp.c 215 g->ncategories = 1; /* category 0 is "everything else" */
915 cap[ch] = p->g->ncategories++;
1271 cat = g->ncategories++;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 150 int ncategories; /* how many character categories */ member in struct:re_guts
regcomp.c 350 g->ncategories = 1; /* category 0 is "everything else" */
1078 cap[ch] = p->g->ncategories++;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 147 int ncategories; /* how many character categories */ member in struct:re_guts
regcomp.c 223 g->ncategories = 1; /* category 0 is "everything else" */
951 cap[ch] = p->g->ncategories++;
1309 cat = g->ncategories++;
    [all...]

Completed in 250 milliseconds