Home
last modified time | relevance | path

Searched refs:ab_bLength (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java905 int aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0;
927 if (ab_bLength == 0 || !abIter.hasChange()) {
938 if (ab_bLength == 0) {
941 ab_bLength = abIter.newLength();
942 if (ab_bLength == 0) {
981 ab_bLength = aLength -= unchangedLength;
988 if (ab_bLength >= bc_bLength) {
992 aLength = ab_bLength -= bc_bLength;
999 if (ab_bLength <= bc_bLength) {
1001 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength);
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java931 int aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0;
953 if (ab_bLength == 0 || !abIter.hasChange()) {
964 if (ab_bLength == 0) {
967 ab_bLength = abIter.newLength();
968 if (ab_bLength == 0) {
1007 ab_bLength = aLength -= unchangedLength;
1014 if (ab_bLength >= bc_bLength) {
1018 aLength = ab_bLength -= bc_bLength;
1025 if (ab_bLength <= bc_bLength) {
1027 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength);
[all …]
/third_party/icu/icu4c/source/common/
Dedits.cpp263 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0; in mergeAndAppend() local
285 if (ab_bLength == 0 || !abIter.hasChange()) { in mergeAndAppend()
296 if (ab_bLength == 0) { in mergeAndAppend()
299 ab_bLength = abIter.newLength(); in mergeAndAppend()
300 if (ab_bLength == 0) { in mergeAndAppend()
345 ab_bLength = aLength -= unchangedLength; in mergeAndAppend()
352 if (ab_bLength >= bc_bLength) { in mergeAndAppend()
356 aLength = ab_bLength -= bc_bLength; in mergeAndAppend()
363 if (ab_bLength <= bc_bLength) { in mergeAndAppend()
365 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp262 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0; in mergeAndAppend() local
284 if (ab_bLength == 0 || !abIter.hasChange()) { in mergeAndAppend()
295 if (ab_bLength == 0) { in mergeAndAppend()
298 ab_bLength = abIter.newLength(); in mergeAndAppend()
299 if (ab_bLength == 0) { in mergeAndAppend()
344 ab_bLength = aLength -= unchangedLength; in mergeAndAppend()
351 if (ab_bLength >= bc_bLength) { in mergeAndAppend()
355 aLength = ab_bLength -= bc_bLength; in mergeAndAppend()
362 if (ab_bLength <= bc_bLength) { in mergeAndAppend()
364 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp263 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0; in mergeAndAppend() local
285 if (ab_bLength == 0 || !abIter.hasChange()) { in mergeAndAppend()
296 if (ab_bLength == 0) { in mergeAndAppend()
299 ab_bLength = abIter.newLength(); in mergeAndAppend()
300 if (ab_bLength == 0) { in mergeAndAppend()
345 ab_bLength = aLength -= unchangedLength; in mergeAndAppend()
352 if (ab_bLength >= bc_bLength) { in mergeAndAppend()
356 aLength = ab_bLength -= bc_bLength; in mergeAndAppend()
363 if (ab_bLength <= bc_bLength) { in mergeAndAppend()
365 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
[all …]
/third_party/node/deps/icu-small/source/common/
Dedits.cpp263 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0; in mergeAndAppend() local
285 if (ab_bLength == 0 || !abIter.hasChange()) { in mergeAndAppend()
296 if (ab_bLength == 0) { in mergeAndAppend()
299 ab_bLength = abIter.newLength(); in mergeAndAppend()
300 if (ab_bLength == 0) { in mergeAndAppend()
345 ab_bLength = aLength -= unchangedLength; in mergeAndAppend()
352 if (ab_bLength >= bc_bLength) { in mergeAndAppend()
356 aLength = ab_bLength -= bc_bLength; in mergeAndAppend()
363 if (ab_bLength <= bc_bLength) { in mergeAndAppend()
365 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
[all …]