Home
last modified time | relevance | path

Searched refs:fEndBufIdx (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/
Drbbi_cache.cpp219 fEndBufIdx = 0; in reset()
304 if (pos < fBoundaries[fStartBufIdx] || pos > fBoundaries[fEndBufIdx]) { in seek()
313 if (pos == fBoundaries[fEndBufIdx]) { in seek()
314 fBufIdx = fEndBufIdx; in seek()
320 int32_t max = fEndBufIdx; in seek()
342 U_ASSERT(position < fBoundaries[fStartBufIdx] || position > fBoundaries[fEndBufIdx]); in populateNear()
352 if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[fEndBufIdx] + 15)) { in populateNear()
384 if (fBoundaries[fEndBufIdx] < position) { in populateNear()
387 while (fBoundaries[fEndBufIdx] < position) { in populateNear()
392 … fBufIdx = fEndBufIdx; // Set iterator position to the end of the buffer. in populateNear()
[all …]
Drbbi_cache.h91 void next() { if (fBufIdx == fEndBufIdx) { in next()
188 int32_t fEndBufIdx; // inclusive variable
/third_party/skia/third_party/externals/icu/source/common/
Drbbi_cache.cpp219 fEndBufIdx = 0; in reset()
304 if (pos < fBoundaries[fStartBufIdx] || pos > fBoundaries[fEndBufIdx]) { in seek()
313 if (pos == fBoundaries[fEndBufIdx]) { in seek()
314 fBufIdx = fEndBufIdx; in seek()
320 int32_t max = fEndBufIdx; in seek()
342 U_ASSERT(position < fBoundaries[fStartBufIdx] || position > fBoundaries[fEndBufIdx]); in populateNear()
352 if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[fEndBufIdx] + 15)) { in populateNear()
384 if (fBoundaries[fEndBufIdx] < position) { in populateNear()
387 while (fBoundaries[fEndBufIdx] < position) { in populateNear()
392 … fBufIdx = fEndBufIdx; // Set iterator position to the end of the buffer. in populateNear()
[all …]
Drbbi_cache.h91 void next() { if (fBufIdx == fEndBufIdx) { in next()
188 int32_t fEndBufIdx; // inclusive variable
/third_party/node/deps/icu-small/source/common/
Drbbi_cache.cpp219 fEndBufIdx = 0; in reset()
304 if (pos < fBoundaries[fStartBufIdx] || pos > fBoundaries[fEndBufIdx]) { in seek()
313 if (pos == fBoundaries[fEndBufIdx]) { in seek()
314 fBufIdx = fEndBufIdx; in seek()
320 int32_t max = fEndBufIdx; in seek()
342 U_ASSERT(position < fBoundaries[fStartBufIdx] || position > fBoundaries[fEndBufIdx]); in populateNear()
352 if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[fEndBufIdx] + 15)) { in populateNear()
384 if (fBoundaries[fEndBufIdx] < position) { in populateNear()
387 while (fBoundaries[fEndBufIdx] < position) { in populateNear()
392 … fBufIdx = fEndBufIdx; // Set iterator position to the end of the buffer. in populateNear()
[all …]
Drbbi_cache.h91 void next() { if (fBufIdx == fEndBufIdx) { in next()
188 int32_t fEndBufIdx; // inclusive variable
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbi_cache.cpp221 fEndBufIdx = 0; in reset()
306 if (pos < fBoundaries[fStartBufIdx] || pos > fBoundaries[fEndBufIdx]) { in seek()
315 if (pos == fBoundaries[fEndBufIdx]) { in seek()
316 fBufIdx = fEndBufIdx; in seek()
322 int32_t max = fEndBufIdx; in seek()
344 U_ASSERT(position < fBoundaries[fStartBufIdx] || position > fBoundaries[fEndBufIdx]); in populateNear()
354 if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[fEndBufIdx] + 15)) { in populateNear()
386 if (fBoundaries[fEndBufIdx] < position) { in populateNear()
389 while (fBoundaries[fEndBufIdx] < position) { in populateNear()
395 … fBufIdx = fEndBufIdx; // Set iterator position to the end of the buffer. in populateNear()
[all …]
Drbbi_cache.h91 void next() { if (fBufIdx == fEndBufIdx) { in next()
188 int32_t fEndBufIdx; // inclusive variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1294 fEndBufIdx = 0; in reset()
1304 if (fBufIdx == fEndBufIdx) { in next()
1388 assert(position < fBoundaries[fStartBufIdx] || position > fBoundaries[fEndBufIdx]); in populateNear()
1398 … if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[fEndBufIdx] + 15)) { in populateNear()
1428 if (fBoundaries[fEndBufIdx] < position) { in populateNear()
1431 while (fBoundaries[fEndBufIdx] < position) { in populateNear()
1437 … fBufIdx = fEndBufIdx; // Set iterator position to the end of the buffer. in populateNear()
1475 int fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing()
1476 int fromRuleStatusIdx = fStatuses[fEndBufIdx]; in populateFollowing()
1653 assert(position > fBoundaries[fEndBufIdx]); in addFollowing()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedBreakIterator.java1320 fEndBufIdx = 0; in reset()
1330 if (fBufIdx == fEndBufIdx) { in next()
1414 assert(position < fBoundaries[fStartBufIdx] || position > fBoundaries[fEndBufIdx]); in populateNear()
1424 … if ((position < fBoundaries[fStartBufIdx] - 15) || position > (fBoundaries[fEndBufIdx] + 15)) { in populateNear()
1454 if (fBoundaries[fEndBufIdx] < position) { in populateNear()
1457 while (fBoundaries[fEndBufIdx] < position) { in populateNear()
1463 … fBufIdx = fEndBufIdx; // Set iterator position to the end of the buffer. in populateNear()
1501 int fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing()
1502 int fromRuleStatusIdx = fStatuses[fEndBufIdx]; in populateFollowing()
1679 assert(position > fBoundaries[fEndBufIdx]); in addFollowing()
[all …]