Home
last modified time | relevance | path

Searched refs:beginIndex (Results 1 – 25 of 63) sorted by relevance

123

/third_party/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c109 assertIntEquals("Field position should be correct", 14, ufpos.beginIndex); in TestSkeletonFormatToFields()
132 actual.field = ufieldpositer_next(ufpositer, &actual.beginIndex, &actual.endIndex); in TestSkeletonFormatToFields()
138 if (expected.beginIndex != actual.beginIndex) { in TestSkeletonFormatToFields()
142 expected.beginIndex, in TestSkeletonFormatToFields()
143 actual.beginIndex); in TestSkeletonFormatToFields()
153 actual.field = ufieldpositer_next(ufpositer, &actual.beginIndex, &actual.endIndex); in TestSkeletonFormatToFields()
158 actual.beginIndex = 0; in TestSkeletonFormatToFields()
163 … assertIntEquals("Grouping separator begin index", expected.beginIndex, actual.beginIndex); in TestSkeletonFormatToFields()
Dcformtst.h38 int32_t beginIndex; member
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java97 public ByteString substring(int beginIndex, int endIndex) { in substring() argument
99 ByteBuffer slice = slice(beginIndex, endIndex); in substring()
281 private ByteBuffer slice(int beginIndex, int endIndex) { in slice() argument
282 if (beginIndex < buffer.position() || endIndex > buffer.limit() || beginIndex > endIndex) { in slice()
284 String.format("Invalid indices [%d, %d]", beginIndex, endIndex)); in slice()
288 slice.position(beginIndex - buffer.position()); in slice()
DRopeByteString.java364 public ByteString substring(int beginIndex, int endIndex) { in substring() argument
365 final int length = checkRange(beginIndex, endIndex, totalLength); in substring()
380 return left.substring(beginIndex, endIndex); in substring()
383 if (beginIndex >= leftLength) { in substring()
385 return right.substring(beginIndex - leftLength, endIndex - leftLength); in substring()
389 ByteString leftSub = left.substring(beginIndex); in substring()
DByteString.java309 public final ByteString substring(int beginIndex) { in substring() argument
310 return substring(beginIndex, size()); in substring()
322 public abstract ByteString substring(int beginIndex, int endIndex); in substring() argument
1342 public final ByteString substring(int beginIndex, int endIndex) { in substring() argument
1343 final int length = checkRange(beginIndex, endIndex, size()); in substring()
1349 return new BoundedByteString(bytes, getOffsetIntoBytes() + beginIndex, length); in substring()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dufieldpositer.cpp44 int32_t *beginIndex, int32_t *endIndex) in ufieldpositer_next() argument
50 if (beginIndex) { in ufieldpositer_next()
51 *beginIndex = fp.getBeginIndex(); in ufieldpositer_next()
Dscientificnumberformatter.cpp40 int32_t beginIndex, in copyAsSuperscript() argument
47 for (int32_t i = beginIndex; i < endIndex;) { in copyAsSuperscript()
152 int32_t beginIndex = fp.getBeginIndex(); in format() local
154 UChar32 aChar = original.char32At(beginIndex); in format()
159 beginIndex - copyFromOffset); in format()
165 beginIndex - copyFromOffset); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dufieldpositer.cpp44 int32_t *beginIndex, int32_t *endIndex) in ufieldpositer_next() argument
50 if (beginIndex) { in ufieldpositer_next()
51 *beginIndex = fp.getBeginIndex(); in ufieldpositer_next()
Dscientificnumberformatter.cpp40 int32_t beginIndex, in copyAsSuperscript() argument
47 for (int32_t i = beginIndex; i < endIndex;) { in copyAsSuperscript()
152 int32_t beginIndex = fp.getBeginIndex(); in format() local
154 UChar32 aChar = original.char32At(beginIndex); in format()
159 beginIndex - copyFromOffset); in format()
165 beginIndex - copyFromOffset); in format()
/third_party/icu/icu4c/source/i18n/
Dufieldpositer.cpp44 int32_t *beginIndex, int32_t *endIndex) in ufieldpositer_next() argument
50 if (beginIndex) { in ufieldpositer_next()
51 *beginIndex = fp.getBeginIndex(); in ufieldpositer_next()
Dscientificnumberformatter.cpp40 int32_t beginIndex, in copyAsSuperscript() argument
47 for (int32_t i = beginIndex; i < endIndex;) { in copyAsSuperscript()
152 int32_t beginIndex = fp.getBeginIndex(); in format() local
154 UChar32 aChar = original.char32At(beginIndex); in format()
159 beginIndex - copyFromOffset); in format()
165 beginIndex - copyFromOffset); in format()
/third_party/node/deps/icu-small/source/i18n/
Dufieldpositer.cpp44 int32_t *beginIndex, int32_t *endIndex) in ufieldpositer_next() argument
50 if (beginIndex) { in ufieldpositer_next()
51 *beginIndex = fp.getBeginIndex(); in ufieldpositer_next()
Dscientificnumberformatter.cpp40 int32_t beginIndex, in copyAsSuperscript() argument
47 for (int32_t i = beginIndex; i < endIndex;) { in copyAsSuperscript()
152 int32_t beginIndex = fp.getBeginIndex(); in format() local
154 UChar32 aChar = original.char32At(beginIndex); in format()
159 beginIndex - copyFromOffset); in format()
165 beginIndex - copyFromOffset); in format()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DSearchIterator.java145 int beginIndex() { in beginIndex() method in SearchIterator.Search
189 if (position < search_.beginIndex() in setIndex()
193 search_.beginIndex() + " and " + search_.endIndex()); in setIndex()
475 int startIdx = search_.beginIndex(); in previous()
520 setIndex(search_.beginIndex()); in reset()
543 int startIdx = search_.beginIndex(); in first()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSearchIterator.java142 int beginIndex() { in beginIndex() method in SearchIterator.Search
184 if (position < search_.beginIndex() in setIndex()
188 search_.beginIndex() + " and " + search_.endIndex()); in setIndex()
459 int startIdx = search_.beginIndex(); in previous()
501 setIndex(search_.beginIndex()); in reset()
523 int startIdx = search_.beginIndex(); in first()
/third_party/icu/icu4c/source/test/intltest/
Dformattedvaluetest.cpp178 converted[i].beginIndex = expectedFieldPositions[i].beginIndex; in checkFormattedValue()
227 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue()
258 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue()
294 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumisc.h44 int32_t beginIndex; member
/third_party/icu/icu4c/source/common/unicode/
Dumisc.h44 int32_t beginIndex; member
/third_party/node/deps/icu-small/source/common/unicode/
Dumisc.h44 int32_t beginIndex; member
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumisc.h44 int32_t beginIndex; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h376 SlotIndex beginIndex() const { in beginIndex() function
510 return beginIndex() > Start.getBaseIndex() && in isLocal()
591 const SlotIndex &thisIndex = beginIndex();
592 const SlotIndex &otherIndex = other.beginIndex();
870 const SlotIndex &thisIndex = beginIndex();
871 const SlotIndex &otherIndex = other.beginIndex();
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dufieldpositer.h117 int32_t *beginIndex, int32_t *endIndex);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dufieldpositer.h119 int32_t *beginIndex, int32_t *endIndex);
/third_party/icu/icu4c/source/i18n/unicode/
Dufieldpositer.h119 int32_t *beginIndex, int32_t *endIndex);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dufieldpositer.h119 int32_t *beginIndex, int32_t *endIndex);

123