Searched refs:text_pointer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.cc597 // Increments |*text_pointer| while it points a whitespace character.
599 static void SkipWhileWhitespace(char **text_pointer, int c) { argument
601 while (isspace(**text_pointer) && isspace(*((*text_pointer) + 1))) {
602 ++(*text_pointer);

Completed in 70 milliseconds