Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dsearch.cpp114 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText() local
116 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
Dusearch.cpp3314 int32_t matchedindex = search->matchedIndex; in usearch_previous() local
3322 if (matchedindex != USEARCH_DONE) { in usearch_previous()
3323 return matchedindex; in usearch_previous()
3328 if (offset == 0 || matchedindex == 0 || in usearch_previous()
3331 (matchedindex != USEARCH_DONE && in usearch_previous()
3332 matchedindex < strsrch->pattern.defaultShiftSize)))) { in usearch_previous()
3340 if (offset == 0 || matchedindex == 0) { in usearch_previous()
3350 (matchedindex == USEARCH_DONE ? offset : matchedindex); in usearch_previous()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dsearch.cpp114 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText() local
116 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
Dusearch.cpp3314 int32_t matchedindex = search->matchedIndex; in usearch_previous() local
3322 if (matchedindex != USEARCH_DONE) { in usearch_previous()
3323 return matchedindex; in usearch_previous()
3328 if (offset == 0 || matchedindex == 0 || in usearch_previous()
3331 (matchedindex != USEARCH_DONE && in usearch_previous()
3332 matchedindex < strsrch->pattern.defaultShiftSize)))) { in usearch_previous()
3340 if (offset == 0 || matchedindex == 0) { in usearch_previous()
3350 (matchedindex == USEARCH_DONE ? offset : matchedindex); in usearch_previous()
/third_party/node/deps/icu-small/source/i18n/
Dsearch.cpp114 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText() local
116 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
Dusearch.cpp1251 int32_t matchedindex = search->matchedIndex; in usearch_previous() local
1259 if (matchedindex != USEARCH_DONE) { in usearch_previous()
1260 return matchedindex; in usearch_previous()
1267 if (offset == 0 || matchedindex == 0) { in usearch_previous()
1276 (matchedindex == USEARCH_DONE ? offset : matchedindex); in usearch_previous()
/third_party/icu/icu4c/source/i18n/
Dsearch.cpp114 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText() local
116 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
Dusearch.cpp3314 int32_t matchedindex = search->matchedIndex; in usearch_previous() local
3322 if (matchedindex != USEARCH_DONE) { in usearch_previous()
3323 return matchedindex; in usearch_previous()
3328 if (offset == 0 || matchedindex == 0 || in usearch_previous()
3331 (matchedindex != USEARCH_DONE && in usearch_previous()
3332 matchedindex < strsrch->pattern.defaultShiftSize)))) { in usearch_previous()
3340 if (offset == 0 || matchedindex == 0) { in usearch_previous()
3350 (matchedindex == USEARCH_DONE ? offset : matchedindex); in usearch_previous()