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

  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 66 static int is_whitespace(const char *str) function
570 if (line[0] == '#' || is_whitespace(line)) {
591 if (line[0] == '#' || is_whitespace(line)) {
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 134 static bool is_whitespace(char c) { function
142 while (is_whitespace(*start)) { ++start; }
145 while (is_whitespace(*end)) { --end; }

Completed in 66 milliseconds