Searched refs:whitespaces (Results 1 – 1 of 1) sorted by relevance
504 const char *whitespaces = " \t\r\n"; in NextWord() local505 size_t start = str.find_first_not_of(whitespaces, *pos); in NextWord()509 *pos = str.find_first_of(whitespaces, start); in NextWord()