Searched refs:matchedIndex (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dstsearch.cpp296 result->setMatchStart(m_strsrch_->search->matchedIndex);
311 m_search_->matchedIndex =
312 m_search_->matchedIndex == USEARCH_DONE ?
313 getOffset() : m_search_->matchedIndex + 1;
315 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
317 if (m_search_->matchedIndex == m_search_->textLength) {
318 m_search_->matchedIndex = USEARCH_DONE;
337 // note search->matchedIndex will always be set to something
339 m_search_->matchedIndex = position - 1;
359 m_search_->matchedIndex
[all...]
H A Dsearch.cpp33 m_search_->matchedIndex = other.m_search_->matchedIndex;
102 return m_search_->matchedIndex;
112 int32_t matchedindex = m_search_->matchedIndex;
188 m_search_->matchedIndex == that.m_search_->matchedIndex &&
240 int32_t matchindex = m_search_->matchedIndex;
255 // if matchedIndex == USEARCH_DONE, it means that either a
260 if (m_search_->matchedIndex != USEARCH_DONE) {
295 int32_t matchindex = m_search_->matchedIndex;
[all...]
H A Dusearch.cpp767 strsrch->search->matchedIndex = USEARCH_DONE;
1103 int32_t lastmatchindex = strsrch->search->matchedIndex;
1274 strsrch->search->matchedIndex = start;
1917 strsrch->search->matchedIndex = getPreviousUStringSearchBaseOffset(
1921 strsrch->search->matchedIndex;
1942 strsrch->search->matchedIndex = start;
2121 strsrch->search->matchedIndex = *textoffset;
2555 strsrch->search->matchedIndex = *textoffset;
2581 strsrch->search->matchedIndex = *textoffset;
2722 result->search->matchedIndex
[all...]
H A Dusrchimp.h141 // depending on the iteration direction and matchedIndex is USEARCH_DONE
143 int32_t matchedIndex; member in struct:USearch
/external/chromium_org/third_party/icu/source/i18n/
H A Dstsearch.cpp324 result->setMatchStart(m_strsrch_->search->matchedIndex);
339 m_search_->matchedIndex =
340 m_search_->matchedIndex == USEARCH_DONE ?
341 getOffset() : m_search_->matchedIndex + 1;
343 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
345 if (m_search_->matchedIndex == m_search_->textLength) {
346 m_search_->matchedIndex = USEARCH_DONE;
365 // note search->matchedIndex will always be set to something
367 m_search_->matchedIndex = position - 1;
387 m_search_->matchedIndex
[all...]
H A Dsearch.cpp33 m_search_->matchedIndex = other.m_search_->matchedIndex;
102 return m_search_->matchedIndex;
112 int32_t matchedindex = m_search_->matchedIndex;
188 m_search_->matchedIndex == that.m_search_->matchedIndex &&
240 int32_t matchindex = m_search_->matchedIndex;
255 // if matchedIndex == USEARCH_DONE, it means that either a
260 if (m_search_->matchedIndex != USEARCH_DONE) {
295 int32_t matchindex = m_search_->matchedIndex;
[all...]
H A Dusrchimp.h35 // depending on the iteration direction and matchedIndex is USEARCH_DONE
37 int32_t matchedIndex; member in struct:USearch
H A Dusearch.cpp780 strsrch->search->matchedIndex = USEARCH_DONE;
1116 int32_t lastmatchindex = strsrch->search->matchedIndex;
1287 strsrch->search->matchedIndex = start;
1930 strsrch->search->matchedIndex = getPreviousUStringSearchBaseOffset(
1934 strsrch->search->matchedIndex;
1955 strsrch->search->matchedIndex = start;
2134 strsrch->search->matchedIndex = *textoffset;
2568 strsrch->search->matchedIndex = *textoffset;
2594 strsrch->search->matchedIndex = *textoffset;
2735 result->search->matchedIndex
[all...]

Completed in 104 milliseconds