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

  /external/skia/src/svg/
SkSVGParser.cpp 324 static bool is_whitespace(char ch) { function
334 while (is_whitespace(valCh[index]))
351 } while (is_whitespace(next) == false);
356 while (is_whitespace(valCh[--index]))

Completed in 170 milliseconds