HomeSort by relevance Sort by last modified time
    Searched full:isspace (Results 26 - 50 of 266) sorted by null

12 3 4 5 6 7 8 91011

  /external/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /bionic/libstdc++/include/
cctype 49 using ::isspace;
  /external/kernel-headers/original/linux/
ctype.h 30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
  /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/stlport/stlport/using/
locale 14 using _STLP_NEW_IO_NAMESPACE::isspace;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cctype 49 using ::isspace;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cctype 49 using ::isspace;
  /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;
  /build/tools/apriori/
prelinkmap.c 48 while(isspace(*x)) x++;
55 while(*x && !isspace(*x)) x++;
60 while(*x && isspace(*x)) x++;
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 227 + while (isspace(*cp))
235 + while (isspace(*cp))
257 + while (!isspace(*cp)) /* if any trailing garbage */
260 + while (isspace(*cp))
298 + while (!isspace(*cp)) /* if any trailing garbage */
301 + while (isspace(*cp)) /* move to next field */
371 + while (!isspace(*cp) && (cp < maxcp))
375 + while (isspace(*cp) && (cp < maxcp))
382 + while (!isspace(*cp) && (cp < maxcp))/*if trailing garbage or m*/
385 + while (isspace(*cp) && (cp < maxcp)
    [all...]
  /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))
  /system/bluetooth/brfpatch/
brfpatch.c 67 while (*b && !isspace(*b))
69 while (*b && isspace(*b))
182 while (*buf && isspace(*buf))
  /system/core/libcutils/
config_utils.c 140 if(isspace(c))
193 if(!isspace(*data)) break;
200 if(isspace(*data)) {
  /external/webkit/WebCore/rendering/
RenderText.cpp 438 bool isSpace;
445 isSpace = true;
448 isSpace = true;
450 isSpace = false;
453 isSpace = false;
455 if (isSpace && !previousCharWasSpace)
457 previousCharWasSpace = isSpace;
607 bool isSpace = false;
619 bool previousCharacterIsSpace = isSpace;
626 isSpace = false
    [all...]
  /build/tools/atree/
files.cpp 16 while (*p && isspace(*p)) {
37 if (!isspace(*p)) {
51 else if (isspace(*p)) {
74 if (!isspace(*p)) {
80 if (isspace(*p)) {
  /external/openssl/crypto/ocsp/
ocsp_ht.c 169 for(p = line; *p && !isspace((unsigned char)*p); p++)
179 while(*p && isspace((unsigned char)*p))
190 for(q = p; *q && !isspace((unsigned char)*q); q++)
210 while(*q && isspace((unsigned char)*q))
219 for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--)
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 77 bool isSpace() const { return m_spaces; }
224 if (curPos < to && from < curEnd && !comp.isSpace()) {
260 return offset + (comp.isSpace()
274 return offset + (comp.isSpace()
299 if (comp.isSpace()) {
  /bionic/libc/netbsd/resolv/
res_debug.c 774 while (isspace((unsigned char)*cp))
783 while (isspace((unsigned char)*cp))
805 while (!isspace((unsigned char)*cp)) /* if any trailing garbage */
808 while (isspace((unsigned char)*cp))
846 while (!isspace((unsigned char)*cp)) /* if any trailing garbage */
849 while (isspace((unsigned char)*cp)) /* move to next field */
922 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */
925 while (isspace((unsigned char)*cp) && (cp < maxcp))
933 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */
936 while (isspace((unsigned char)*cp) && (cp < maxcp)
    [all...]
  /external/e2fsprogs/util/
subst.c 239 while (*cp && isspace(*cp))
256 if (isspace(*cp))
260 if (!isspace(*cp))
  /external/qemu/android/
config.c 156 if(isspace(c)) continue;
216 if(!isspace(*data)) break;
227 if(isspace(*data)) {
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 53 #define isspace(a) (((CHAR)a == ' ') || ((CHAR)a == '\t')) macro
65 while ( isspace(*bufp) ) {
89 while ( *bufp && ! isspace(*bufp) ) {
  /build/tools/kcm/
kcm.cpp 282 if (!isspace(*p)) {
365 while (*p != '\0' && isspace(*p)) {
376 while (*p != '\0' && !isspace(*p)) {
384 while (*p != '\0' && isspace(*p)) {
  /external/e2fsprogs/intl/
localealias.c 264 while (isspace ((unsigned char) cp[0]))
271 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
278 while (isspace ((unsigned char) cp[0]))
287 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
  /external/e2fsprogs/lib/
fpopen.c 75 if (isspace(*p)) {
  /external/grub/stage2/
fsys_fat.c 319 if (!*dirname || isspace (*dirname))
343 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
445 && !isspace (c); i++);
450 && !isspace (c); j++);

Completed in 1393 milliseconds

12 3 4 5 6 7 8 91011