HomeSort by relevance Sort by last modified time
    Searched full:is_whitespace (Results 1 - 2 of 2) sorted by null

  /external/skia/src/svg/
SkSVGParser.cpp 320 static bool is_whitespace(char ch) { function
330 while (is_whitespace(valCh[index]))
347 } while (is_whitespace(next) == false);
352 while (is_whitespace(valCh[--index]))
  /build/tools/kcm/
kcm.cpp 279 is_whitespace(const char* p) function

Completed in 1870 milliseconds