HomeSort by relevance Sort by last modified time
    Searched refs:matchedIndex (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
stsearch.cpp 324 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 == USEARCH_DONE |
    [all...]
search.cpp 33 m_search_->matchedIndex = other.m_search_->matchedIndex;
102 return m_search_->matchedIndex;
112 int32_t matchedindex = m_search_->matchedIndex; local
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
115 result.setTo(m_search_->text + matchedindex, matchedlength);
188 m_search_->matchedIndex == that.m_search_->matchedIndex &&
240 int32_t matchindex = m_search_->matchedIndex;
    [all...]
usrchimp.h 35 // depending on the iteration direction and matchedIndex is USEARCH_DONE
37 int32_t matchedIndex;
usearch.cpp 780 strsrch->search->matchedIndex = USEARCH_DONE;
3302 int32_t matchedindex = search->matchedIndex; local
    [all...]

Completed in 76 milliseconds