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

1 2 3 4 5 6 78 91011>>

  /external/libvpx/examples/includes/geshi/geshi/
lscript.php 105 'illuminate', 'indexOf', 'isAscii', 'isAlnum', 'isAlpha', 'isBone',
objc.php 112 'isgraph', 'isdigit', 'iscntrl', 'isalpha', 'isalnum', 'gmtime',
visualfoxpro.php 117 'IsMouse','IsNull','IsRLocked','Isalpha','Iscolor','Isdigit',
  /external/linux-tools-perf/util/
config.c 257 if (!isalpha(c))
  /external/llvm/lib/Support/
regcomp.c 677 if (CHIN(cs, i) && isalpha(i)) {
783 while (MORE() && isalpha((uch)PEEK()))
868 assert(isalpha(ch));
910 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
    [all...]
  /external/llvm/utils/Misc/
zkill 134 if name.startswith('SIG') and name == name.upper() and name.isalpha():
  /external/llvm/utils/lit/lit/
TclUtil.py 125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
  /external/qemu/
qemu-common.h 188 #define qemu_isalpha(c) isalpha((unsigned char)(c))
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 669 if (CHIN(cs, i) && isalpha(i)) {
775 while (MORE() && isalpha(PEEK()))
860 assert(isalpha(ch));
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
    [all...]
  /system/core/adb/
sysdeps.h 254 return isalpha(path[0]) && path[1] == ':' && path[2] == '\\';
  /system/core/init/
util.c 72 if (isalpha(s[0]))
  /external/icu4c/tools/tzcode/
zdump.c 23 #include "ctype.h" /* for isalpha et al. */
235 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp))
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 125 if (isalpha(c1) && isupper(c1))
127 if (isalpha(c2) && isupper(c2))
wps_upnp_ssdp.c 45 if (isalpha(c1) && isupper(c1))
47 if (isalpha(c2) && isupper(c2))
  /external/wpa_supplicant_8/src/wps/
httpread.c 119 if (isalpha(c1) && isupper(c1))
121 if (isalpha(c2) && isupper(c2))
wps_upnp_ssdp.c 44 if (isalpha(c1) && isupper(c1))
46 if (isalpha(c2) && isupper(c2))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java     [all...]
  /external/bison/tests/
cxx-type.at 188 if (isalpha (c))
  /external/icu4c/common/
uloc_tag.c 62 #define ISALPHA(c) (((c)>='A' && (c)<='Z') || ((c)>='a' && (c)<='z'))
193 if (!ISALPHA(*(s + i))) {
215 if (!ISALPHA(*(s + i)) && !ISNUMERIC(*(s + i))) {
342 if (len == 1 && ISALPHA(*s) && (uprv_tolower(*s) != PRIVATEUSE)) {
    [all...]
  /external/llvm/docs/tutorial/
LangImpl1.html 254 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]*
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 34 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]*
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 390 if (isalpha(CurChar) || CurChar == '_' || CurChar == '.')
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 71 isalpha(text[0]) &&
  /external/sqlite/android/
PhoneNumberUtils.cpp 100 return !isDialable(ch) && (isalpha(ch) == 0);

Completed in 3786 milliseconds

1 2 3 4 5 6 78 91011>>