OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchedIndex
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/i18n/
plurfmt.cpp
528
int
matchedIndex
= -1;
559
if (currMatchIndex >= 0 && currMatchIndex >=
matchedIndex
&& currArg.length() > matchedWord.length()) {
560
matchedIndex
= currMatchIndex;
565
if (
matchedIndex
>= 0) {
566
pos.setBeginIndex(
matchedIndex
);
567
pos.setEndIndex(
matchedIndex
+ matchedWord.length());
usrchimp.h
141
// depending on the iteration direction and
matchedIndex
is USEARCH_DONE
143
int32_t
matchedIndex
;
/external/icu/android_icu4j/src/main/java/android/icu/text/
PluralFormat.java
702
int
matchedIndex
= -1;
733
if (currMatchIndex >= 0 && currMatchIndex >=
matchedIndex
&& (matchedWord == null || currArg.length() > matchedWord.length())) {
734
matchedIndex
= currMatchIndex
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralFormat.java
721
int
matchedIndex
= -1;
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 193 milliseconds