HomeSort by relevance Sort by last modified time
    Searched refs:isspace (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libstdc++/include/
cctype 51 using ::isspace;
  /external/webkit/JavaScriptCore/wtf/
DisallowCType.h 50 #undef isspace macro
67 #define isspace isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype 49 using ::isspace;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype 49 using ::isspace;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 65 #ifdef isspace
93 using std::isspace;
  /external/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;
  /ndk/sources/android/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;
  /external/oprofile/libpopt/
poptconfig.c 33 if (*line == '\0' || !isspace(*line)) return;
35 while (*line != '\0' && isspace(*line)) line++;
37 while (*line == '\0' || !isspace(*line)) line++;
40 while (*line != '\0' && isspace(*line)) line++;
43 while (*line == '\0' || !isspace(*line)) line++;
46 while (*line != '\0' && isspace(*line)) line++;
137 while (*dst && isspace(*dst)) dst++;
  /external/libpcap/
etherent.c 71 } while (isspace(c) && c != '\n');
128 if (!isspace(c)) {
150 } while (!isspace(c) && c != EOF && --d > 0);
  /external/openssl/crypto/asn1/
asn_moid.c 128 while(isspace((unsigned char)*ostr)) ostr++;
139 while(isspace((unsigned char)*ln)) ln++;
141 while(isspace((unsigned char)*p))
  /bootable/recovery/tools/ota/
add-property-tag.c 37 for (ptr = line; ptr < prop && isspace(*ptr); ++ptr) ;
40 for (ptr += strlen(propname); *ptr != '\0' && isspace(*ptr); ++ptr) ;
58 while (end > line && isspace(end[-1])) --end;
  /system/bluetooth/brfpatch/
brfpatch.c 67 while (*b && !isspace(*b))
69 while (*b && isspace(*b))
182 while (*buf && isspace(*buf))
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL;
58 while (!isspace(*p)) {
63 if (p[0] == '(' && isdigit(p[1]) && p[2] == ')' && isspace(p[3])) {
75 while (isspace(*p)) p++;
  /external/chromium/net/tools/flip_server/
string_piece_utils.h 47 while (c != e && isspace(*c)) {
55 while (c != e &&isspace(*e)) {
  /external/e2fsprogs/e2fsck/
argv_parse.c 60 if (isspace((int) ch))
85 if (isspace((int) ch)) {
  /external/e2fsprogs/lib/e2p/
mntopts.c 79 while (*cp && isspace(*cp))
86 while (*cp && !isspace(*cp) && *cp != ',')
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 121 while (*line && isspace(*line)) line++;
129 for (ptr = line; *ptr && !isspace(*ptr) && *ptr != '.' && *ptr != '='; ptr++);
200 while (*line && isspace(line [strlen(line)-1]))
240 while (*line && isspace(*line)) line++;
249 while (*line && isspace(*line)) line++;
256 while (*line && isspace(*line)) line++;
  /external/openssl/crypto/ocsp/
ocsp_ht.c 195 for(p = line; *p && !isspace((unsigned char)*p); p++)
205 while(*p && isspace((unsigned char)*p))
216 for(q = p; *q && !isspace((unsigned char)*q); q++)
236 while(*q && isspace((unsigned char)*q))
245 for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--)
  /bionic/libc/netbsd/net/
base64.c 231 if (isspace(ch)) /* Skip whitespace anywhere. */
303 if (!isspace(ch))
318 if (!isspace(ch))
  /build/tools/apriori/
prelinkmap.c 48 while(isspace(*x)) x++;
55 while(*x && !isspace(*x)) x++;
60 while(*x && isspace(*x)) x++;
  /bionic/libc/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /development/ndk/platforms/android-3/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /external/e2fsprogs/misc/
ismounted.c 41 while (*cp && isspace(*cp))
48 while (*cp && !isspace(*cp))
  /external/stlport/stlport/
ctype.h 51 # undef isspace macro
76 __inline int (isspace)(int c) { return _isctype(c, _SPACE); } function

Completed in 995 milliseconds

1 2 3 4 5 6 7 8 9