Searched refs:nextStart (Results 1 - 22 of 22) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java857 nextStart = 0;
869 nextStart = (leadSurrogate - 0xd7c0) << 10;
870 limitCP = nextStart + 0x400;
883 if (nextStart >= limitCP) {
887 nextStart = 0xd800;
895 val = get(nextStart);
897 endOfRange = rangeEnd(nextStart, limitCP, val);
912 val = getFromU16SingleLead((char)nextStart);
914 endOfRange = rangeEndLS((char)nextStart);
928 returnValue.startCodePoint = nextStart;
984 private int nextStart; field in class:Trie2.Trie2Iterator
[all...]
H A DIntTrieBuilder.java422 int nextStart = (start + DATA_BLOCK_LENGTH) & ~MASK_;
423 if (nextStart <= limit) {
426 start = nextStart;
H A DTrie2Writable.java410 int /*UChar32*/ nextStart;
415 nextStart=(start+UTRIE2_DATA_BLOCK_LENGTH)&~UTRIE2_DATA_MASK;
416 if(nextStart<=limit) {
419 start=nextStart;
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp32 SkOpSpanBase* nextStart = start; local
34 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
56 start = nextStart;
110 SkOpSpanBase* nextStart = start; local
112 SkOpSegment* next = current->findNextXor(&nextStart, &nextEnd, &unsortable);
133 start = nextStart;
H A DSkOpSegment.cpp544 SkOpSegment* SkOpSegment::findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart, argument
546 SkOpSpanBase* start = *nextStart;
550 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart
562 *nextEnd = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
565 SkOpSpanBase* endNear = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
639 *nextStart = foundAngle->start();
644 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEn
649 findNextWinding(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart, SkOpSpanBase** nextEnd, bool* unsortable) argument
745 findNextXor(SkOpSpanBase** nextStart, SkOpSpanBase** nextEnd, bool* unsortable) argument
[all...]
H A DSkPathOpsOp.cpp106 SkOpSpanBase* nextStart = start; local
108 SkOpSegment* next = current->findNextOp(&chase, &nextStart, &nextEnd,
130 start = nextStart;
H A DSkOpSegment.h178 SkOpSegment* findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
181 SkOpSegment* findNextWinding(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
183 SkOpSegment* findNextXor(SkOpSpanBase** nextStart, SkOpSpanBase** nextEnd, bool* unsortable);
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DSplitter.java495 * beginning of the next one. nextStart is the start position of the
499 int nextStart = offset;
501 int start = nextStart;
512 if (offset == nextStart) {
518 * of the next returned substring -- so nextStart stays the same.
536 nextStart = offset;
/external/guava/guava/src/com/google/common/base/
H A DSplitter.java553 * beginning of the next one. nextStart is the start position of the
557 int nextStart = offset;
559 int start = nextStart;
570 if (offset == nextStart) {
576 * of the next returned substring -- so nextStart stays the same.
594 nextStart = offset;
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp358 int32_t nextStart; local
364 nextStart = 0;
367 strsrch->following(nextStart, status);
377 nextStart, isOverlap,
394 nextStart, isOverlap,
401 nextStart = strsrch->getMatchedStart() + 1;
403 nextStart = strsrch->getMatchedStart() + strsrch->getMatchedLength();
415 nextStart = strsrch->getText().length();
418 strsrch->preceding(nextStart, status);
427 nextStart, isOverla
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java109 abstract boolean nextStart(); method in class:TrieMap.Matcher
231 * point. Once that happens, call nextStart(); Call getValue to get the current value.
257 public boolean nextStart() { method in class:TrieMap.BytesTrieMap.BytesMatcher
414 * point. Once that happens, call nextStart(); Call getValue to get the current value.
435 public boolean nextStart() { method in class:TrieMap.CharsTrieMap.CharsMatcher
H A DTrieMapTest.java271 } while (matcher.nextStart());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java465 int nextStart = newMoonNear(thisStart + SYNODIC_GAP, true);
466 return nextStart - thisStart;
H A DVTimeZone.java1429 Date nextStart = finalDstRule.getNextStart(dstUntilTime,
1432 assert nextStart != null;
1433 if (nextStart != null) {
1435 dstFromOffset - dstFromDSTSavings, dstFromDSTSavings, nextStart.getTime());
1464 Date nextStart = finalStdRule.getNextStart(stdUntilTime,
1467 assert nextStart != null;
1468 if (nextStart != null) {
1470 stdFromOffset - stdFromDSTSavings, stdFromDSTSavings, nextStart.getTime());
/external/icu/icu4c/source/common/
H A Dutrie.cpp303 UChar32 nextStart; local
311 nextStart=(start+UTRIE_DATA_BLOCK_LENGTH)&~UTRIE_MASK;
312 if(nextStart<=limit) {
315 start=nextStart;
H A Dutrie2_builder.cpp724 UChar32 nextStart; local
733 nextStart=(start+UTRIE2_DATA_BLOCK_LENGTH)&~UTRIE2_DATA_MASK;
734 if(nextStart<=limit) {
737 start=nextStart;
/external/icu/icu4c/source/i18n/
H A Dchnsecal.cpp242 int32_t nextStart = newMoonNear(thisStart + SYNODIC_GAP, TRUE); local
243 return nextStart - thisStart;
H A Dvtzone.cpp2113 UDate nextStart; local
2114 UBool nextStartAvail = finalDstRule->getNextStart(dstUntilTime, dstFromOffset - dstFromDSTSavings, dstFromDSTSavings, false, nextStart);
2118 dstFromOffset - dstFromDSTSavings, dstFromDSTSavings, nextStart, status);
2155 UDate nextStart; local
2156 UBool nextStartAvail = finalStdRule->getNextStart(stdUntilTime, stdFromOffset - stdFromDSTSavings, stdFromDSTSavings, false, nextStart);
2160 stdFromOffset - stdFromDSTSavings, stdFromDSTSavings, nextStart, status);
/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c345 int32_t nextStart; local
446 nextStart = 0;
449 usearch_following(strsrch, nextStart, &status);
458 nextStart, isOverlap,
476 nextStart, isOverlap,
483 nextStart = usearch_getMatchedStart(strsrch) + 1;
485 nextStart = usearch_getMatchedStart(strsrch) + usearch_getMatchedLength(strsrch);
497 usearch_getText(strsrch, &nextStart);
500 usearch_preceding(strsrch, nextStart, &status);
509 nextStart, isOverla
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 871 milliseconds