HomeSort by relevance Sort by last modified time
    Searched full:othercase (Results 1 - 5 of 5) 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/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...]
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 977 milliseconds