Home
last modified time | relevance | path

Searched defs:it_end (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc243 const const_iterator& it_end) { in UTF8Substring()
251 auto it_end = text.begin(); in Substring() local
258 const const_iterator& it_end, bool do_copy) { in Substring()
Dunicodetext_test.cc54 auto it_end = text.begin(); in TEST() local
69 auto it_end = text.begin(); in TEST() local
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc189 const auto it_end = FindIndexOfNextWhitespaceOrPunctuation(text, iter_end, 1); in TokenAlignedSubstringAroundSpan() local
/external/libtextclassifier/native/utils/
Dtoken-feature-extractor.cc277 UnicodeText::const_iterator it_end = feature_word_unicode.end(); in ExtractCharactergramFeaturesUnicode() local
/external/rust/cxx/tests/ffi/
Dtests.cc420 for (auto it = v.begin(), it_end = v.end(); it != it_end; it++) { in c_take_rust_vec_shared_forward_iterator() local
423 for (auto it = v.cbegin(), it_end = v.cend(); it != it_end; it++) { in c_take_rust_vec_shared_forward_iterator() local
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1777 const int* it_end = in->Storage.end(); in UnpackBoolVectorToFlatIndexList() local