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