OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:limitIndex
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java
125
int
limitIndex
= offset + length;
126
while (offset <
limitIndex
) {
139
if(offset ==
limitIndex
) {
154
if (offset + 1 >=
limitIndex
) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java
275
int
limitIndex
= baseIndex + 1;
291
int limitCP = transitions[
limitIndex
];
304
baseIndex < length - 2 && areEqual(value, values[
limitIndex
]); // was -1
336
baseIndex < length - 2 && areEqual(value, values[
limitIndex
]); // was -1
339
--transitions[
limitIndex
];
342
_insertGapAt(
limitIndex
, 1);
343
transitions[
limitIndex
] = codepoint;
344
values[
limitIndex
] = value;
[
all
...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java
274
int
limitIndex
= baseIndex + 1;
290
int limitCP = transitions[
limitIndex
];
303
baseIndex < length - 2 && areEqual(value, values[
limitIndex
]); // was -1
335
baseIndex < length - 2 && areEqual(value, values[
limitIndex
]); // was -1
338
--transitions[
limitIndex
];
341
_insertGapAt(
limitIndex
, 1);
342
transitions[
limitIndex
] = codepoint;
343
values[
limitIndex
] = value;
[
all
...]
/external/icu/icu4c/source/tools/gensprep/
store.c
248
int32_t
limitIndex
= 0;
274
limitIndex
= currentIndex;
345
indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] =
limitIndex
;
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 794 milliseconds