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

  /external/chromium_org/base/strings/
string_util.h 367 inline bool IsWhitespace(wchar_t c) {
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 59 IsWhitespace (char c)
97 while (IsWhitespace(*type_cstr) && ++type_cstr)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 136 static GLboolean IsWhitespace(GLubyte b)
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
nvfragparse.c 281 static GLboolean IsWhitespace(GLubyte b)
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 136 static GLboolean IsWhitespace(GLubyte b)
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
nvfragparse.c 281 static GLboolean IsWhitespace(GLubyte b)
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]

Completed in 159 milliseconds