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...]
  /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...]
  /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/dist/
pcre_dfa_exec.c 2130 unsigned int othercase; local
    [all...]
pcre_compile.c 4139 pcre_uint32 c, othercase, next; local
    [all...]
pcre_exec.c 3416 pcre_uint32 othercase; local
    [all...]
pcre_jit_compile.c 3244 pcre_uchar othercase[8]; local
3246 pcre_uchar othercase[2]; local
3248 pcre_uchar othercase[1]; local
    [all...]

Completed in 333 milliseconds