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

  /external/chromium/third_party/icu/source/i18n/
search.cpp 32 m_search_->matchedIndex = other.m_search_->matchedIndex;
85 return m_search_->matchedIndex;
95 int32_t matchedindex = m_search_->matchedIndex; local
97 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
98 result.setTo(m_search_->text + matchedindex, matchedlength);
170 m_search_->matchedIndex == that.m_search_->matchedIndex &&
222 int32_t matchindex = m_search_->matchedIndex;
    [all...]
usearch.cpp 770 strsrch->search->matchedIndex = USEARCH_DONE;
3306 int32_t matchedindex = search->matchedIndex; local
    [all...]
  /external/icu4c/i18n/
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...]
usearch.cpp 780 strsrch->search->matchedIndex = USEARCH_DONE;
3302 int32_t matchedindex = search->matchedIndex; local
    [all...]

Completed in 215 milliseconds