Home
last modified time | relevance | path

Searched refs:it_dot (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc111 auto it_dot = text.begin(); in ParseDouble() local
112 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()