HomeSort by relevance Sort by last modified time
    Searched full:isspace (Results 226 - 250 of 1470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/sepolicy/tools/fc_sort/
fc_sort.c 360 if (!isspace(line_buf[i]))
384 while (i < line_len && (!isspace(line_buf[i])))
410 if (!isspace(line_buf[i]))
444 if (!isspace(line_buf[i]))
458 while (i < line_len && (!isspace(line_buf[i])))
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 351 if (lineSize == 0 || (lastLineSize > 0 && isspace((int)*lastLine))) {
362 if (isspace((int)*line)) {
407 if (!isspace((int)*s)) {
426 /* while(line[pos]!=0 && isspace(line[pos])) {
438 while(line[pos]!=0 && !isspace((int)line[pos])) {
457 while(line[pos]!=0 && isspace((int)line[pos])) {
468 while(line[pos]!=0 && line[pos]!='{' && !isspace((int)line[pos])) {
490 while (line[pos] && isspace((int)line[pos])) {
499 while (line[pos] && line[pos] != '}' && !isspace((int)line[pos])) {
510 while (line[pos] && isspace((int)line[pos]))
    [all...]
  /external/e2fsprogs/lib/blkid/
read.c 63 while (*cp && isspace(*cp))
81 if (isspace(ch) || ch == '<' || ch == '>')
97 if (isspace(*p))
  /external/libcap/libcap/
cap_text.c 150 while (isspace((unsigned char)*str))
196 if (*str && !isspace(*str)) {
256 } while (*str && !isspace(*str));
  /external/libedit/src/
chartype.h 85 #define Isspace(x) iswspace(x)
140 #define Isspace(x) isspace((unsigned char)x)
  /external/libjpeg-turbo/simd/
jsimd_arm.c 43 while (isspace(*buffer))
48 if (p > buffer && !isspace(*(p - 1))) {
53 if (*p != 0 && !isspace(*p)) {
  /external/squashfs-tools/squashfs-tools/
sort.c 250 while(isspace(*line))
261 for(name = sort_filename; !isspace(*line) && *line != '\0';) {
307 while(isspace(*line))
  /external/valgrind/tests/
s390x_features.c 9 #include <ctype.h> // isspace
165 while (isspace(*p) || *p == '=') {
175 isspace(model_name[len])) {
  /bionic/libc/bionic/
wctype.cpp 46 int iswspace(wint_t wc) { return isspace(wc); }
  /bionic/libc/include/
ctype.h 70 int isspace(int);
  /bionic/libc/malloc_debug/
Config.cpp 105 while (isspace(*cur_))
114 while (!isspace(*cur_) && *cur_ != '=' && *cur_ != '\0')
120 while (isspace(*cur_) && *cur_ != '=' && *cur_ != '\0')
134 if (cur_ == end || (!isspace(*end) && *end != '\0')) {
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoul.c 63 } while (isspace(c));
strtoull.c 65 } while (isspace(c));
strtoumax.c 62 } while (isspace(c));
  /development/ndk/platforms/android-21/include/
ctype.h 72 int isspace(int);
  /external/e2fsprogs/intl/
plural-exp.c 119 while (*nplurals != '\0' && isspace ((unsigned char) *nplurals))
  /external/google-breakpad/src/testing/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 111 while (p < pe && ISSPACE (*p))
hb-buffer-deserialize-text.rl 105 while (p < pe && ISSPACE (*p))
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 139 inline void isSpace(UChar32 ch)
  /external/ipsec-tools/src/racoon/
str2val.c 94 else if (isspace((int)*p))
  /external/libpcap/Win32/Src/
inet_net.c 90 if (*cp && !isspace(*cp))
  /external/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /external/mesa3d/src/gtest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>