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

  /external/llvm/lib/Support/
regcomp.c 90 static char othercase(int);
714 ci = othercase(i);
898 - othercase - return the case counterpart of an alphabetic
901 othercase(int ch) function
926 assert(othercase(ch) != ch); /* p_bracket() would recurse */
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 82 static char othercase(int);
678 ci = othercase(i);
862 - othercase - return the case counterpart of an alphabetic
865 othercase(int ch) function
890 assert(othercase(ch) != ch); /* p_bracket() would recurse */
910 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 140 static int othercase(int ch);
804 ci = othercase((int)i);
1019 - othercase - return the case counterpart of an alphabetic
1020 == static int othercase(int ch);
1023 othercase( function
1055 assert(othercase(ch) != ch); /* p_bracket() would recurse */
1082 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc)
    [all...]
  /external/pcre/dist2/src/
pcre2_dfa_match.c 2075 unsigned int othercase; local
    [all...]
pcre2_compile.c 2736 uint32_t c, othercase, next; local
    [all...]
pcre2_match.c 3525 uint32_t othercase; local
    [all...]
pcre2_jit_compile.c 3490 PCRE2_UCHAR othercase[8]; local
3492 PCRE2_UCHAR othercase[2]; local
3494 PCRE2_UCHAR othercase[1]; local
    [all...]

Completed in 117 milliseconds