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/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 3463 milliseconds