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

  /external/icu/icu4c/source/i18n/
stsearch.cpp 298 result->setMatchStart(m_strsrch_->search->matchedIndex);
313 m_search_->matchedIndex =
314 m_search_->matchedIndex == USEARCH_DONE ?
315 getOffset() : m_search_->matchedIndex + 1;
317 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
319 if (m_search_->matchedIndex == m_search_->textLength) {
320 m_search_->matchedIndex = USEARCH_DONE;
339 // note search->matchedIndex will always be set to something
341 m_search_->matchedIndex = position - 1;
361 m_search_->matchedIndex == USEARCH_DONE |
    [all...]
search.cpp 35 m_search_->matchedIndex = other.m_search_->matchedIndex;
104 return m_search_->matchedIndex;
114 int32_t matchedindex = m_search_->matchedIndex; local
116 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
117 result.setTo(m_search_->text + matchedindex, matchedlength);
190 m_search_->matchedIndex == that.m_search_->matchedIndex &&
242 int32_t matchindex = m_search_->matchedIndex;
    [all...]
usearch.cpp 771 strsrch->search->matchedIndex = USEARCH_DONE;
3314 int32_t matchedindex = search->matchedIndex; local
    [all...]
plurfmt.cpp 521 int matchedIndex = -1;
552 if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length()) {
553 matchedIndex = currMatchIndex;
558 if (matchedIndex >= 0) {
559 pos.setBeginIndex(matchedIndex);
560 pos.setEndIndex(matchedIndex + matchedWord.length());
usrchimp.h 143 // depending on the iteration direction and matchedIndex is USEARCH_DONE
145 int32_t matchedIndex;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralFormat.java 720 int matchedIndex = -1;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralFormat.java 739 int matchedIndex = -1;
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 800 milliseconds