HomeSort by relevance Sort by last modified time
    Searched full:matchedlength (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
search.cpp 34 m_search_->matchedLength = other.m_search_->matchedLength;
107 return m_search_->matchedLength;
113 int32_t matchedlength = m_search_->matchedLength; local
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
115 result.setTo(m_search_->text + matchedindex, matchedlength);
189 m_search_->matchedLength == that.m_search_->matchedLength &&
241 int32_t matchlength = m_search_->matchedLength;
    [all...]
stsearch.cpp 325 result->setMatchLength(m_strsrch_->search->matchedLength);
342 m_search_->matchedLength = 0;
360 if (m_search_->matchedLength <= 0) {
390 m_search_->matchedLength))
447 m_search_->matchedLength = 0;
478 m_search_->matchedLength))
usrchimp.h 38 int32_t matchedLength;
usearch.cpp 781 strsrch->search->matchedLength = 0;
    [all...]
  /external/icu/icu4c/source/i18n/
search.cpp 34 m_search_->matchedLength = other.m_search_->matchedLength;
107 return m_search_->matchedLength;
113 int32_t matchedlength = m_search_->matchedLength; local
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
115 result.setTo(m_search_->text + matchedindex, matchedlength);
189 m_search_->matchedLength == that.m_search_->matchedLength &&
241 int32_t matchlength = m_search_->matchedLength;
    [all...]
stsearch.cpp 297 result->setMatchLength(m_strsrch_->search->matchedLength);
314 m_search_->matchedLength = 0;
332 if (m_search_->matchedLength <= 0) {
362 m_search_->matchedLength))
419 m_search_->matchedLength = 0;
450 m_search_->matchedLength))
usearch.cpp 768 strsrch->search->matchedLength = 0;
    [all...]
usrchimp.h 144 int32_t matchedLength;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]

Completed in 343 milliseconds