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 82 static char othercase(int);
706 ci = othercase(i);
890 - othercase - return the case counterpart of an alphabetic
893 othercase(int ch) function
918 assert(othercase(ch) != ch); /* p_bracket() would recurse */
938 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);
805 ci = othercase((int)i);
1020 - othercase - return the case counterpart of an alphabetic
1021 == static int othercase(int ch);
1024 othercase( function
1056 assert(othercase(ch) != ch); /* p_bracket() would recurse */
1083 && othercase((unsigned char) ch) != (unsigned char) ch)
    [all...]
  /external/pcre/dist/
pcre_dfa_exec.c 2130 unsigned int othercase; local
    [all...]
pcre_compile.c 4073 pcre_uint32 c, othercase, next; local
    [all...]
pcre_exec.c 3409 pcre_uint32 othercase; local
    [all...]
pcre_jit_compile.c 3193 pcre_uchar othercase[8]; local
3195 pcre_uchar othercase[2]; local
3197 pcre_uchar othercase[1]; local
    [all...]

Completed in 2455 milliseconds