HomeSort by relevance Sort by last modified time
    Searched refs:ISSPACE (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/skia/third_party/harfbuzz/
hb-buffer-deserialize-text.hh 330 while (p < pe && ISSPACE (*p))
  /external/skqp/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 453 while (p < pe && ISSPACE (*p))
hb-buffer-deserialize-text.hh 330 while (p < pe && ISSPACE (*p))
  /toolchain/binutils/binutils-2.27/cpu/
ip2k.opc 65 for (hash = 0; *m && ! ISSPACE (*m); m++)
115 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
mt.opc 81 for (hash = 0; *m && ! ISSPACE (*m); m++)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-spu.c 280 for (param = op; *param != 0 && !ISSPACE (*param); param++)
405 while (ISSPACE (*param))
423 while (ISSPACE (*param))
443 while (ISSPACE (*param))
tc-mmix.c 840 if (ISSPACE (*operands))
    [all...]
tc-tic54x.c     [all...]
tc-crx.c 773 while ((*operandE != ',') && (! ISSPACE (*operandE)))
781 while (ISSPACE (*operandE))
796 while (ISSPACE (*operandE))
    [all...]
tc-pj.c 304 while (ISSPACE (*op_end))
tc-mn10200.c 890 for (s = str; *s != '\0' && !ISSPACE (*s); s++)
904 while (ISSPACE (*str))
1138 while (ISSPACE (*str))
tc-i370.c     [all...]
tc-microblaze.c 421 while (ISSPACE (* s))
594 while (ISSPACE (* s))
909 while (ISSPACE (* str))
    [all...]
tc-s390.c     [all...]
  /external/curl/lib/
http.c 226 while(*start && ISSPACE(*start))
240 while((end > start) && ISSPACE(*end))
826 while(*auth && ISSPACE(*auth))
830 while(*auth && ISSPACE(*auth))
891 while(*auth && ISSPACE(*auth))
    [all...]
openldap.c 574 if(ISSPACE(bvals[i].bv_val[0]) ||
575 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1]))
rtsp.c 812 while(*start && ISSPACE(*start))
836 while(*end && *end != ';' && !ISSPACE(*end))
file.c 147 while(*ptr && (ISSPACE(*ptr) || (*ptr == '-')))
  /external/curl/lib/vauth/
digest.c 542 while(*chlg && ISSPACE(*chlg))
640 while(*chlg && ISSPACE(*chlg))
  /toolchain/binutils/binutils-2.27/binutils/
strings.c 44 char sequences. This option considers all of isspace() valid.
84 || (include_all_whitespace == TRUE && ISSPACE (c))) \
  /toolchain/binutils/binutils-2.27/opcodes/
i386-gen.c 700 while (ISSPACE (*str))
718 if (ISSPACE (str [last]))
1062 if (ISSPACE (str[i]) || str[i] == '}')
    [all...]
ia64-gen.c 632 while (ISSPACE (buf[strlen (buf) - 1]))
660 while (*tmp && ISSPACE (*tmp))
718 while (ISSPACE (*tmp))
833 while (ISSPACE (buf[strlen (buf) - 1]))
841 while (ISSPACE (*tmp))
848 while (ISSPACE (*tmp))
855 while (ISSPACE (*tmp))
    [all...]
frv-asm.c     [all...]
mep-asm.c     [all...]
  /external/harfbuzz_ng/src/
hb-common.cc 635 while (*pp < end && ISSPACE (**pp))

Completed in 1030 milliseconds

1 23 4 5