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

  /external/pcre/
pcre_compile.c 2426 unsigned int c, othercase, next; local
2639 unsigned int othercase; local
2660 unsigned int othercase; local
3931 unsigned int othercase; local
    [all...]
pcre_dfa_exec.c 1961 unsigned int othercase; local
    [all...]
pcre_exec.c 2858 unsigned int othercase; local
    [all...]
  /bionic/libc/regex/
regcomp.c 81 static char othercase(int);
670 ci = othercase(i);
854 - othercase - return the case counterpart of an alphabetic
857 othercase(int ch) function
882 assert(othercase(ch) != ch); /* p_bracket() would recurse */
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
    [all...]
  /external/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...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 81 static char othercase(int);
670 ci = othercase(i);
854 - othercase - return the case counterpart of an alphabetic
857 othercase(int ch) function
882 assert(othercase(ch) != ch); /* p_bracket() would recurse */
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
    [all...]

Completed in 896 milliseconds