Searched refs:it_dot (Results 1 – 1 of 1) sorted by relevance
111 auto it_dot = text.begin(); in ParseDouble() local112 for (; it_dot != text.end() && !IsDot(*it_dot); it_dot++) { in ParseDouble()116 if (!ParseInt(UnicodeText::Substring(text.begin(), it_dot, /*do_copy=*/false), in ParseDouble()122 if (it_dot != text.end()) { in ParseDouble()124 UnicodeText::Substring(++it_dot, text.end(), /*do_copy=*/false), in ParseDouble()