/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 50 int start = fpos.getBeginIndex(); in nextPosition() 72 as.addAttribute(field, value, fp.getBeginIndex(), fp.getEndIndex()); in toCharacterIterator() 95 s1a = Math.min(s1a, fp1.getBeginIndex()); in addOverlapSpans() 97 s2a = Math.min(s2a, fp2.getBeginIndex()); in addOverlapSpans() 124 if (fp1.getBeginIndex() != fp2.getBeginIndex()) { in sort() 126 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort()
|
D | CharacterIteratorWrapper.java | 50 return (iterator.getEndIndex() - iterator.getBeginIndex()); in getLength() 111 int length =iterator.getEndIndex() - iterator.getBeginIndex(); in getText() 143 int length = iterator.getEndIndex() - iterator.getBeginIndex(); in moveIndex()
|
D | CharacterIteration.java | 86 if (ci.getIndex() <= ci.getBeginIndex()) { in previous32() 91 if (UTF16.isTrailSurrogate(trail) && ci.getIndex()>ci.getBeginIndex()) { in previous32()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 52 int start = fpos.getBeginIndex(); in nextPosition() 74 as.addAttribute(field, value, fp.getBeginIndex(), fp.getEndIndex()); in toCharacterIterator() 97 s1a = Math.min(s1a, fp1.getBeginIndex()); in addOverlapSpans() 99 s2a = Math.min(s2a, fp2.getBeginIndex()); in addOverlapSpans() 126 if (fp1.getBeginIndex() != fp2.getBeginIndex()) { in sort() 128 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort()
|
D | CharacterIteratorWrapper.java | 52 return (iterator.getEndIndex() - iterator.getBeginIndex()); in getLength() 113 int length =iterator.getEndIndex() - iterator.getBeginIndex(); in getText() 145 int length = iterator.getEndIndex() - iterator.getBeginIndex(); in moveIndex()
|
D | CharacterIteration.java | 90 if (ci.getIndex() <= ci.getBeginIndex()) { in previous32() 95 if (UTF16.isTrailSurrogate(trail) && ci.getIndex()>ci.getBeginIndex()) { in previous32()
|
/third_party/icu/icu4c/source/i18n/ |
D | scientificnumberformatter.cpp | 145 fp.getBeginIndex() - copyFromOffset); in format() 152 int32_t beginIndex = fp.getBeginIndex(); in format() 178 fp.getBeginIndex() - copyFromOffset); in format() 181 fp.getBeginIndex(), in format() 219 fp.getBeginIndex() - copyFromOffset); in format()
|
D | fphdlimp.cpp | 50 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast() 51 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | scientificnumberformatter.cpp | 145 fp.getBeginIndex() - copyFromOffset); in format() 152 int32_t beginIndex = fp.getBeginIndex(); in format() 178 fp.getBeginIndex() - copyFromOffset); in format() 181 fp.getBeginIndex(), in format() 219 fp.getBeginIndex() - copyFromOffset); in format()
|
D | fphdlimp.cpp | 50 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast() 51 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | scientificnumberformatter.cpp | 145 fp.getBeginIndex() - copyFromOffset); in format() 152 int32_t beginIndex = fp.getBeginIndex(); in format() 178 fp.getBeginIndex() - copyFromOffset); in format() 181 fp.getBeginIndex(), in format() 219 fp.getBeginIndex() - copyFromOffset); in format()
|
D | fphdlimp.cpp | 49 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast() 50 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
|
D | measfmt.cpp | 786 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) { in formatMeasurePerUnit() 787 pos.setBeginIndex(fpos.getBeginIndex() + offset); in formatMeasurePerUnit() 1057 intFieldPosition.getBeginIndex() == 0 && in formatNumeric() 1077 if (smallestFieldPosition.getBeginIndex() != 0 || in formatNumeric() 1079 appendRange(draft, 0, smallestFieldPosition.getBeginIndex(), appendTo); in formatNumeric() 1083 intFieldPosition.getBeginIndex(), in formatNumeric() 1087 smallestFieldPosition.getBeginIndex(), in formatNumeric() 1230 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) { in formatMeasuresSlowTrack() 1250 pos.setBeginIndex(fpos.getBeginIndex() + offset); in formatMeasuresSlowTrack()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | scientificnumberformatter.cpp | 145 fp.getBeginIndex() - copyFromOffset); in format() 152 int32_t beginIndex = fp.getBeginIndex(); in format() 178 fp.getBeginIndex() - copyFromOffset); in format() 181 fp.getBeginIndex(), in format() 219 fp.getBeginIndex() - copyFromOffset); in format()
|
D | fphdlimp.cpp | 50 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast() 51 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/ |
D | CSCharacterIteratorTest.java | 36 assertEquals("", sci.getBeginIndex(), csci.getBeginIndex()); in TestAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
D | CSCharacterIteratorTest.java | 33 assertEquals("", sci.getBeginIndex(), csci.getBeginIndex()); in TestAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 79 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg() 103 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg() 121 StringBuffer buf = new StringBuffer(ci.getEndIndex() - ci.getBeginIndex() + 2); in getString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 76 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg() 100 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg() 118 StringBuffer buf = new StringBuffer(ci.getEndIndex() - ci.getBeginIndex() + 2); in getString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | QuantityFormatter.java | 111 if (pos.getBeginIndex() != 0 || pos.getEndIndex() != 0) { in format() 113 pos.setBeginIndex(pos.getBeginIndex() + offsets[0]); in format()
|
D | SearchIterator.java | 146 return targetText.getBeginIndex(); in beginIndex() 248 text.setIndex(text.getBeginIndex()); in setTarget() 611 || (target.getEndIndex() - target.getBeginIndex()) == 0) { in SearchIterator()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | QuantityFormatter.java | 110 if (pos.getBeginIndex() != 0 || pos.getEndIndex() != 0) { in format() 112 pos.setBeginIndex(pos.getBeginIndex() + offsets[0]); in format()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | SearchIterator.java | 149 return targetText.getBeginIndex(); in beginIndex() 256 text.setIndex(text.getBeginIndex()); in setTarget() 635 || (target.getEndIndex() - target.getBeginIndex()) == 0) { in SearchIterator()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | TestDeprecatedNormalizerAPI.java | 46 if(clone.getBeginIndex()!= norm.getBeginIndex()){ in TestNormalizerAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | TestDeprecatedNormalizerAPI.java | 49 if(clone.getBeginIndex()!= norm.getBeginIndex()){ in TestNormalizerAPI()
|