Searched refs:first_non_white (Results 1 – 1 of 1) sorted by relevance
124 const size_t first_non_white = text.find_first_not_of(kWhitespaceUTF16, 0); in Parse() local125 if (first_non_white == string16::npos) in Parse()128 if (text.at(first_non_white) == L'?') { in Parse()