OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEndBufIdx
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
rbbi_cache.cpp
221
fEndBufIdx
= 0;
306
if (pos < fBoundaries[fStartBufIdx] || pos > fBoundaries[
fEndBufIdx
]) {
315
if (pos == fBoundaries[
fEndBufIdx
]) {
316
fBufIdx =
fEndBufIdx
;
322
int32_t max =
fEndBufIdx
;
344
U_ASSERT(position < fBoundaries[fStartBufIdx] || position > fBoundaries[
fEndBufIdx
]);
354
if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[
fEndBufIdx
] + 15)) {
386
if (fBoundaries[
fEndBufIdx
] < position) {
389
while (fBoundaries[
fEndBufIdx
] < position) {
395
fBufIdx =
fEndBufIdx
; // Set iterator position to the end of the buffer
[
all
...]
rbbi_cache.h
91
void next() { if (fBufIdx ==
fEndBufIdx
) {
188
int32_t
fEndBufIdx
; // inclusive
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 601 milliseconds