HomeSort by relevance Sort by last modified time
    Searched full:isalpha (Results 101 - 125 of 367) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
ctype.h 73 int isalpha(int);
107 __CTYPE_INLINE int isalpha(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
ctype.h 73 int isalpha(int);
107 __CTYPE_INLINE int isalpha(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
ctype.h 73 int isalpha(int);
107 __CTYPE_INLINE int isalpha(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
ctype.h 73 int isalpha(int);
107 __CTYPE_INLINE int isalpha(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
ctype.h 73 int isalpha(int);
107 __CTYPE_INLINE int isalpha(int c) function
  /external/libxslt/libxslt/
xsltlocale.c 29 #define ISALPHA(c) ((c & 0xc0) == 0x40 && (unsigned)((c & 0x1f) - 1) < 26)
93 for (i=0; i<XSLTMAX_ISO639LANGLEN && ISALPHA(*p); ++i)
106 for (i=0; i<XSLTMAX_ISO3166CNTRYLEN && ISALPHA(*p); ++i)
160 for (i=0; i<XSLTMAX_ISO639LANGLEN && ISALPHA(*p); ++i)
169 for (i=0; i<XSLTMAX_ISO3166CNTRYLEN && ISALPHA(*p); ++i)
  /bionic/libc/stdlib/
strtoul.c 79 else if (isalpha(c))
strtoumax.c 92 else if (isalpha(c))
wchar.c 114 int iswalpha(wint_t wc) { return isalpha(wc); }
129 case WC_TYPE_ALPHA: return isalpha(wc);
ctype_.c 86 int isalpha(int c) function
strtoimax.c 138 else if (isalpha(c))
strtol.c 107 else if (isalpha(c))
  /external/icu4c/test/perf/charperf/
charperf.h 119 inline void isAlpha(UChar32 ch)
  /external/openssh/openbsd-compat/
strtoul.c 84 else if (isalpha(c))
  /external/srec/portable/include/
ptypes.h 315 * LCHAR version of isalpha()
317 #define LISALPHA isalpha
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 81 # define ISALPHA(c) (ISASCII (c) && isalpha (c))
377 || (STREQ (str, "alpha") && ISALPHA ((unsigned char) *n))
  /ndk/sources/host-tools/nawk-20071023/
lex.c 117 if (isalpha(c) || c == '_') { /* it's a varname */
190 if (isalpha(c) || c == '_')
305 if (isalpha(c)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 103 __exctype (isalpha); variable
174 # define isalpha(c) __isctype((c), _ISalpha) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 103 __exctype (isalpha); variable
174 # define isalpha(c) __isctype((c), _ISalpha) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 103 __exctype (isalpha); variable
174 # define isalpha(c) __isctype((c), _ISalpha) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 542 isalpha
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 577 isalpha

Completed in 1365 milliseconds

1 2 3 45 6 7 8 91011>>