OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchedindex
(Results
1 - 9
of
9
) 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
...]
plurfmt.cpp
530
int
matchedIndex
= -1;
561
if (currMatchIndex >= 0 && currMatchIndex >=
matchedIndex
&& currArg.length() > matchedWord.length()) {
562
matchedIndex
= currMatchIndex;
567
if (
matchedIndex
>= 0) {
568
pos.setBeginIndex(
matchedIndex
);
569
pos.setEndIndex(
matchedIndex
+ matchedWord.length());
usearch.cpp
771
strsrch->search->
matchedIndex
= USEARCH_DONE;
3314
int32_t
matchedindex
= search->matchedIndex;
local
[
all
...]
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
707
int
matchedIndex
= -1;
[
all
...]
SearchIterator.java
400
// if
matchedIndex
== DONE, it means that either a
450
// if
matchedIndex
== DONE, it means that either a
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralFormat.java
726
int
matchedIndex
= -1;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java
415
// if
matchedIndex
== DONE, it means that either a
466
// if
matchedIndex
== DONE, it means that either a
Completed in 1383 milliseconds