OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchedindex
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
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
...]
Completed in 687 milliseconds