Searched refs:matchedindex (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dsearch.cpp112 int32_t matchedindex = m_search_->matchedIndex; local
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
115 result.setTo(m_search_->text + matchedindex, matchedlength);
H A Dusearch.cpp3302 int32_t matchedindex = search->matchedIndex; local
3310 if (matchedindex != USEARCH_DONE) {
3311 return matchedindex;
3316 if (offset == 0 || matchedindex == 0 ||
3319 (matchedindex != USEARCH_DONE &&
3320 matchedindex < strsrch->pattern.defaultShiftSize)))) {
3328 if (offset == 0 || matchedindex == 0) {
3338 (matchedindex == USEARCH_DONE ? offset : matchedindex);

Completed in 52 milliseconds