Searched defs:IsWhitespace (Results 1 - 6 of 6) sorted by last modified time

/external/mesa3d/src/mesa/program/
H A Dnvfragparse.c281 static GLboolean IsWhitespace(GLubyte b) function
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
H A Dnvvertparse.c136 static GLboolean IsWhitespace(GLubyte b) function
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h59 IsWhitespace (char c) function in namespace:lldb_private
97 while (IsWhitespace(*type_cstr) && ++type_cstr)
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvfragparse.c281 static GLboolean IsWhitespace(GLubyte b) function
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
H A Dnvvertparse.c136 static GLboolean IsWhitespace(GLubyte b) function
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
/external/chromium_org/base/strings/
H A Dstring_util.h367 inline bool IsWhitespace(wchar_t c) { function

Completed in 282 milliseconds