HomeSort by relevance Sort by last modified time
    Searched full:othercase (Results 1 - 12 of 12) 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_jit_compile.c 3193 pcre_uchar othercase[8]; local
3195 pcre_uchar othercase[2]; local
3197 pcre_uchar othercase[1]; local
    [all...]
pcre_compile.c 4073 pcre_uint32 c, othercase, next; local
    [all...]
pcre_exec.c 3409 pcre_uint32 othercase; local
    [all...]
pcre_jit_test.c 67 Othercase pairs:
    [all...]
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 

Completed in 508 milliseconds