Home
last modified time | relevance | path

Searched refs:endPos (Results 1 - 25 of 73) sorted by relevance

123

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStreamReader.java293 int endPos = input.getTotalBytesRead() + bytes; in readDoubleList()
296 } while (input.getTotalBytesRead() < endPos); in readDoubleList()
319 int endPos = input.getTotalBytesRead() + bytes; in readDoubleList()
322 } while (input.getTotalBytesRead() < endPos); in readDoubleList()
351 int endPos = input.getTotalBytesRead() + bytes; in readFloatList()
354 } while (input.getTotalBytesRead() < endPos); in readFloatList()
377 int endPos = input.getTotalBytesRead() + bytes; in readFloatList()
380 } while (input.getTotalBytesRead() < endPos); in readFloatList()
408 int endPos = input.getTotalBytesRead() + bytes; in readUInt64List()
411 } while (input.getTotalBytesRead() < endPos); in readUInt64List()
[all...]
/third_party/node/deps/minimatch/src/dist/cjs/
H A Dbrace-expressions.js50 let endPos = pos;
60 endPos = i + 1;
121 if (endPos < i) {
140 return [regexpEscape(r), false, endPos - pos, false];
149 return [comb, uflag, endPos - pos, true];
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
H A Dbrace-expressions.js50 let endPos = pos;
60 endPos = i + 1;
121 if (endPos < i) {
140 return [regexpEscape(r), false, endPos - pos, false];
149 return [comb, uflag, endPos - pos, true];
/third_party/node/deps/minimatch/src/dist/mjs/
H A Dbrace-expressions.js47 let endPos = pos;
57 endPos = i + 1;
118 if (endPos < i) {
137 return [regexpEscape(r), false, endPos - pos, false];
146 return [comb, uflag, endPos - pos, true];
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
H A Dbrace-expressions.js47 let endPos = pos;
57 endPos = i + 1;
118 if (endPos < i) {
137 return [regexpEscape(r), false, endPos - pos, false];
146 return [comb, uflag, endPos - pos, true];
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrelativedateformattest.c46 int32_t endPos; member
499 int32_t beginPos, endPos; in TestNumericField() local
500 ucfpos_getIndexes(cfpos, &beginPos, &endPos, &status); in TestNumericField()
510 endPos != expectedAttr.endPos) { in TestNumericField()
513 expectedAttr.field, expectedAttr.beginPos, expectedAttr.endPos, in TestNumericField()
514 beginPos, endPos); in TestNumericField()
554 int32_t beginPos, endPos; in TestNumericField() local
555 ucfpos_getIndexes(cfpos, &beginPos, &endPos, &status); in TestNumericField()
560 ucfpos_getField(cfpos, &status), beginPos, endPos); in TestNumericField()
[all...]
H A Dcdattst.c1792 int32_t endPos; member
1826 int32_t ulen, field, beginPos, endPos; in TestFormatForFields() local
1836 field = ufieldpositer_next(fpositer, &beginPos, &endPos); in TestFormatForFields()
1837 if (field != fptr->field || (field >= 0 && (beginPos != fptr->beginPos || endPos != fptr->endPos))) { in TestFormatForFields()
1840 aescstrdup(ubuf, ulen), fptr->field, fptr->beginPos, fptr->endPos, field, beginPos, endPos); in TestFormatForFields()
1843 aescstrdup(ubuf, ulen), field, beginPos, endPos); in TestFormatForFields()
1860 field = ufieldpositer_next(fpositer, &beginPos, &endPos); in TestFormatForFields()
1861 if (field != fptr->field || (field >= 0 && (beginPos != fptr->beginPos || endPos ! in TestFormatForFields()
[all...]
/third_party/icu/icu4c/source/common/
H A Dlstmbe.cpp476 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
509 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
519 UText *text, int32_t startPos, int32_t endPos,
522 if (offsets.ensureCapacity(endPos - startPos, status) &&
523 indices.ensureCapacity(endPos - startPos, status)) {
529 (current = (int32_t)utext_getNativeIndex(text)) < endPos) {
548 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
560 UText *text, int32_t startPos, int32_t endPos,
564 if (!offsets.ensureCapacity(endPos - startPos, status) ||
565 !indices.ensureCapacity(endPos
[all...]
H A Dbrkeng.h69 * @param endPos The end of the run within the supplied text.
76 int32_t endPos,
189 * @param endPos The end of the run within the supplied text.
196 int32_t endPos,
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
122 if ((endPos - startPos) <= 1) { in populateDictionary()
131 int32_t rangeEnd = endPos; in populateDictionary()
188 if (endPos > fBreaks.peeki()) { in populateDictionary()
189 fBreaks.push(endPos, status); in populateDictionary()
/third_party/node/deps/icu-small/source/common/
H A Dlstmbe.cpp476 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
509 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
519 UText *text, int32_t startPos, int32_t endPos,
522 if (offsets.ensureCapacity(endPos - startPos, status) &&
523 indices.ensureCapacity(endPos - startPos, status)) {
529 (current = (int32_t)utext_getNativeIndex(text)) < endPos) {
548 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
560 UText *text, int32_t startPos, int32_t endPos,
564 if (!offsets.ensureCapacity(endPos - startPos, status) ||
565 !indices.ensureCapacity(endPos
[all...]
H A Dbrkeng.h72 * @param endPos The end of the run within the supplied text.
79 int32_t endPos,
106 int32_t endPos,
223 * @param endPos The end of the run within the supplied text.
230 int32_t endPos,
H A Dbrkeng.cpp82 int32_t endPos, in findBreaks()
89 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled->contains(c)) { in findBreaks()
330 int32_t endPos, in findBreaks()
347 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && delegate->handles(c)) { in findBreaks()
80 findBreaks( UText *text, int32_t startPos, int32_t endPos, UVector32 & , UBool , UErrorCode &status) const findBreaks() argument
327 findBreaks( UText *text, int32_t startPos, int32_t endPos, UVector32 &foundBreaks, UBool , UErrorCode &status) const findBreaks() argument
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
122 if ((endPos - startPos) <= 1) { in populateDictionary()
131 int32_t rangeEnd = endPos; in populateDictionary()
189 if (endPos > fBreaks.peeki()) { in populateDictionary()
190 fBreaks.push(endPos, status); in populateDictionary()
/third_party/bounds_checking_function/src/
H A Dstrncpy_s.c39 const char *endPos = strSrc; in CheckSrcCountRange() local
42 while (*(endPos) != '\0' && tmpDestMax > 0 && tmpCount > 0) { in CheckSrcCountRange()
43 ++endPos; in CheckSrcCountRange()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCjkBreakEngine.java109 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange() argument
111 if (startPos >= endPos) { in divideUpDictionaryRange()
117 int inputLength = endPos - startPos; in divideUpDictionaryRange()
121 while (inText.getIndex() < endPos) { in divideUpDictionaryRange()
290 if (!foundBreaks.isEmpty() && foundBreaks.peek() == endPos) { in divideUpDictionaryRange()
297 if (!fDigitOrOpenPunctuationOrAlphabetSet.contains(inText.setIndex(endPos))) { in divideUpDictionaryRange()
H A DUnhandledBreakEngine.java46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
51 while (text.getIndex() < endPos && uniset.contains(c)) { in findBreaks()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCjkBreakEngine.java85 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange() argument
87 if (startPos >= endPos) { in divideUpDictionaryRange()
93 int inputLength = endPos - startPos; in divideUpDictionaryRange()
97 while (inText.getIndex() < endPos) { in divideUpDictionaryRange()
237 if (!foundBreaks.isEmpty() && foundBreaks.peek() == endPos) { in divideUpDictionaryRange()
H A DUnhandledBreakEngine.java46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks() argument
51 while (text.getIndex() < endPos && uniset.contains(c)) { in findBreaks()
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h32 fPos = up ? 0 : fCluster->endPos(); in move()
43 : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) { in TextStretch()
62 inline size_t endPos() const { return fEnd.position(); } in endPos() function in skia::textlayout::TextWrapper::TextStretch
63 bool endOfCluster() { return fEnd.position() == fEnd.cluster()->endPos(); } in endOfCluster()
85 fEnd = ClusterPos(cluster, cluster->endPos()); in extend()
H A DRun.cpp443 for (size_t i = cluster->startPos(); i < cluster->endPos(); ++i) { in scaleFontWithCompressionConfig()
448 if (this->size() == cluster->endPos()) { in scaleFontWithCompressionConfig()
450 fPositions[cluster->endPos()].fX += shift; in scaleFontWithCompressionConfig()
451 fHalfLetterspacings[cluster->endPos()] = space / PARAM_TWO; in scaleFontWithCompressionConfig()
465 for (size_t i = cluster->startPos(); i < cluster->endPos(); ++i) { in scaleFontWithCompressionConfig()
469 if (this->size() == cluster->endPos()) { in scaleFontWithCompressionConfig()
471 fPositions[cluster->endPos()].fX += shift; in scaleFontWithCompressionConfig()
488 for (size_t i = cluster->startPos(); i < cluster->endPos(); ++i) { in scaleFontWithCompressionConfig()
491 if (this->size() == cluster->endPos()) { in scaleFontWithCompressionConfig()
493 fPositions[cluster->endPos()] in scaleFontWithCompressionConfig()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkeng.h69 * @param endPos The end of the run within the supplied text.
75 int32_t endPos,
186 * @param endPos The end of the run within the supplied text.
192 int32_t endPos,
H A Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary() argument
122 if ((endPos - startPos) <= 1) { in populateDictionary()
131 int32_t rangeEnd = endPos; in populateDictionary()
188 if (endPos > fBreaks.peeki()) { in populateDictionary()
189 fBreaks.push(endPos, status); in populateDictionary()
/third_party/gptfdisk/
H A Dgptcl.cc598 size_t startPos = 0, endPos = 0; in GetString() local
606 endPos = argument.find(':', startPos); in GetString()
608 if (endPos == string::npos) { in GetString()
610 endPos = argument.length(); in GetString()
612 startPos = endPos + 1; in GetString()
616 retVal = argument.substr(startPos, endPos - startPos); in GetString()
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js883 const endPos = pos;
886 _exports.add(decode(source.slice(startPos, endPos)));
899 const endPos = ++pos;
905 _exports.add(decode(source.slice(startPos, endPos)));
971 const endPos = pos;
983 _exports.add(decode(source.slice(startPos, endPos)));
999 const endPos = ++pos;
1010 _exports.add(decode(source.slice(startPos, endPos)));

Completed in 19 milliseconds

123