HomeSort by relevance Sort by last modified time
    Searched full:isalpha (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /external/clearsilver/util/regex/
regex.c 165 /* isalpha etc. are used for the character classes. */
199 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c))
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 359 *cp++ = isalpha(*sp) ? * sp : '_';
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 672 if (!isalpha(line[i])) line[i] = ' ';
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c     [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c 702 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c))
767 else if (ISALPHA (c))
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 433 log_verbose("Testing for isalpha\n");
763 { u_isalpha, "isalpha" },
    [all...]
  /external/icu4c/tools/tzcode/
zic.c     [all...]
  /external/tinyxml/
tinyxml.h 339 static int IsAlpha( unsigned char anyByte, TiXmlEncoding encoding );
    [all...]
  /external/icu4c/common/unicode/
uchar.h 73 * to be used for conflicting purposes. For example, the "isalpha()" class
    [all...]
  /external/jhead/
jhead.c 559 if (isalpha(FileName[a])) NumAlpha += 1; // Tally up alpha vs. digits to judge wether to rename.
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 73 * to be used for conflicting purposes. For example, the "isalpha()" class
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 73 * to be used for conflicting purposes. For example, the "isalpha()" class
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 73 * to be used for conflicting purposes. For example, the "isalpha()" class
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 73 * to be used for conflicting purposes. For example, the "isalpha()" class
    [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 236 milliseconds

1 2 34 5