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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
locale 14 using _STLP_NEW_IO_NAMESPACE::isspace;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /system/core/logd/
LogWhiteBlackList.cpp 117 if (isspace(*str)) {
131 if (!isspace(*str)) {
144 if (!isspace(*str)) {
180 if (*str && !isspace(*str)) {
LogKlog.cpp 342 if (len && isspace(*cp)) {
629 while ((p < &buf[len]) && (isspace(*p) || !*p)) {
650 for (et = bt; taglen && *et && (*et != ':') && !isspace(*et); ++et, --taglen) {
663 for (cp = et; taglen && isspace(*cp); ++cp, --taglen);
687 while (--taglen && !isspace(*++cp) && (*cp != ':'));
689 for (e = cp; taglen && isspace(*cp); ++cp, --taglen);
706 while (--taglen && !isspace(*++cp) && (*cp != ':'));
708 for (e = cp; taglen && isspace(*cp); ++cp, --taglen);
721 twoWord: while (--taglen && !isspace(*++cp) && (*cp != ':'));
723 for (e = cp; taglen && isspace(*cp); ++cp, --taglen)
    [all...]
  /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/blueprint/
ninja_writer.go 52 if unicode.IsSpace(r) {
63 line = strings.TrimRightFunc(comment[lineStart:i], unicode.IsSpace)
224 s = strings.TrimLeftFunc(s, unicode.IsSpace)
  /external/dbus/tools/
strtoll.c 40 #ifndef isspace
41 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
81 } while (isspace((unsigned char)c));
strtoull.c 40 #ifndef isspace
41 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
80 } while (isspace((unsigned char)c));
  /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/opencv3/3rdparty/libjasper/
jas_tvp.c 130 while (*p != '\0' && isspace(*p)) {
165 if (*p != '\0' && !isspace(*p)) {
178 while (*p != '\0' && !isspace(*p)) {
  /external/selinux/libsepol/src/
genbools.c 20 while (isspace(*ptr) && i < size) {
26 if (!isspace(dest[i]))
45 while (isspace(*tok))
  /system/core/libcutils/
config_utils.c 140 if(isspace(c))
193 if(!isspace(*data)) break;
200 if(isspace(*data)) {
  /toolchain/binutils/binutils-2.25/binutils/
rclex.c 148 while (ISSPACE (*s))
154 if (len > mlen && memcmp (s, "pragma", mlen) == 0 && ISSPACE (s[mlen]))
159 while (ISSPACE (*s))
167 while (ISSPACE (*s))
173 while (ISSPACE (*s))
204 if (*send != '\0' && ! ISSPACE (*send))
211 while (ISSPACE (*s))
393 if (! ISSPACE (*t))
395 while (ISSPACE (*t))
556 assert (ISSPACE (*t))
    [all...]
  /build/tools/atree/
files.cpp 16 while (*p && isspace(*p)) {
37 if (!isspace(*p)) {
51 else if (isspace(*p)) {
74 if (!isspace(*p)) {
86 if (state != IN_QUOTE && isspace(*p)) {
  /external/curl/src/
tool_parsecfg.c 137 while(*line && ISSPACE(*line))
157 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option))
169 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option)))
188 while(*line && !ISSPACE(*line))
197 while(*line && ISSPACE(*line))
  /external/libedit/examples/
fileman.c 152 while (line[i] && isspace (line[i]))
156 while (line[i] && !isspace (line[i]))
171 while (isspace (line[i]))
201 for (s = string; isspace (*s); s++)
208 while (t > s && isspace (*t))
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 122 v = strings.TrimLeftFunc(v, unicode.IsSpace)
271 rest = strings.TrimLeftFunc(v, unicode.IsSpace)
277 rest = strings.TrimLeftFunc(rest, unicode.IsSpace)
284 rest = strings.TrimLeftFunc(rest, unicode.IsSpace)
289 rest = strings.TrimLeftFunc(rest, unicode.IsSpace)
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 122 v = strings.TrimLeftFunc(v, unicode.IsSpace)
271 rest = strings.TrimLeftFunc(v, unicode.IsSpace)
277 rest = strings.TrimLeftFunc(rest, unicode.IsSpace)
284 rest = strings.TrimLeftFunc(rest, unicode.IsSpace)
289 rest = strings.TrimLeftFunc(rest, unicode.IsSpace)
  /build/kati/
strutil.cc 33 static bool isSpace(char c) {
59 if (!isSpace((*in)[s]))
75 if (isSpace((*in)[i]))
158 if (found != 0 && !isSpace(str[found-1]))
161 if (end != str.size() && !isSpace(str[end]))
249 if (isSpace(s[i]))
265 if (isSpace(c)) {
  /external/c-ares/
ares_init.c     [all...]
  /device/google/contexthub/util/common/
JSONObject.cpp 57 while (offset < size && isspace(data[offset])) {
70 while (offset < size && isspace(data[offset])) {
94 while (offset < size && isspace(data[offset])) {
117 while (offset < size && isspace(data[offset])) {
143 while (offset < size && isspace(data[offset])) {
167 while (offset < size && isspace(data[offset])) {
  /prebuilts/go/darwin-x86/src/unicode/
letter_test.go 332 if !IsSpace(c) {
333 t.Errorf("IsSpace(U+%04X) = false; want true", c)
337 if IsSpace(c) {
338 t.Errorf("IsSpace(U+%04X) = true; want false", c)
359 if Is(White_Space, i) != IsSpace(i) {
360 t.Errorf("IsSpace(U+%04X) disagrees with Is(White_Space)", i)
  /prebuilts/go/linux-x86/src/unicode/
letter_test.go 332 if !IsSpace(c) {
333 t.Errorf("IsSpace(U+%04X) = false; want true", c)
337 if IsSpace(c) {
338 t.Errorf("IsSpace(U+%04X) = true; want false", c)
359 if Is(White_Space, i) != IsSpace(i) {
360 t.Errorf("IsSpace(U+%04X) disagrees with Is(White_Space)", i)

Completed in 699 milliseconds

1 2 3 4 56 7 8 91011>>