/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | RuleBasedTimeZone.java | 344 Date start0 = finalRules[0].getNextStart(base, in getNextTransition() local 349 if (start1.after(start0)) { in getNextTransition() 350 … tzt = new TimeZoneTransition(start0.getTime(), finalRules[1], finalRules[0]); in getNextTransition() 415 Date start0 = finalRules[0].getPreviousStart(base, in getPreviousTransition() local 420 if (start1.before(start0)) { in getPreviousTransition() 421 … tzt = new TimeZoneTransition(start0.getTime(), finalRules[1], finalRules[0]); in getPreviousTransition() 639 Date start0, start1; in findRuleInFinal() local 650 …start0 = finalRules[0].getPreviousStart(base, finalRules[1].getRawOffset(), finalRules[1].getDSTSa… in findRuleInFinal() 661 if (start0 == null || start1 == null) { in findRuleInFinal() 662 if (start0 != null) { in findRuleInFinal() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RuleBasedTimeZone.java | 366 Date start0 = finalRules[0].getNextStart(base, in getNextTransition() local 371 if (start1.after(start0)) { in getNextTransition() 372 … tzt = new TimeZoneTransition(start0.getTime(), finalRules[1], finalRules[0]); in getNextTransition() 439 Date start0 = finalRules[0].getPreviousStart(base, in getPreviousTransition() local 444 if (start1.before(start0)) { in getPreviousTransition() 445 … tzt = new TimeZoneTransition(start0.getTime(), finalRules[1], finalRules[0]); in getPreviousTransition() 664 Date start0, start1; in findRuleInFinal() local 675 …start0 = finalRules[0].getPreviousStart(base, finalRules[1].getRawOffset(), finalRules[1].getDSTSa… in findRuleInFinal() 686 if (start0 == null || start1 == null) { in findRuleInFinal() 687 if (start0 != null) { in findRuleInFinal() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbtz.cpp | 679 UDate start0, start1; in findRuleInFinal() local 690 …Bool avail0 = fr0->getPreviousStart(base, fr1->getRawOffset(), fr1->getDSTSavings(), true, start0); in findRuleInFinal() 711 return (start0 > start1) ? fr0 : fr1; in findRuleInFinal() 740 UDate start0, start1; in findNext() local 741 … UBool avail0 = r0->getNextStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findNext() 747 if (!avail1 || start0 < start1) { in findNext() 748 result.time = start0; in findNext() 823 UDate start0, start1; in findPrev() local 824 …ol avail0 = r0->getPreviousStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findPrev() 830 if (!avail1 || start0 > start1) { in findPrev() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbtz.cpp | 702 UDate start0, start1; in findRuleInFinal() local 713 …Bool avail0 = fr0->getPreviousStart(base, fr1->getRawOffset(), fr1->getDSTSavings(), TRUE, start0); in findRuleInFinal() 734 return (start0 > start1) ? fr0 : fr1; in findRuleInFinal() 763 UDate start0, start1; in findNext() local 764 … UBool avail0 = r0->getNextStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findNext() 770 if (!avail1 || start0 < start1) { in findNext() 771 result.time = start0; in findNext() 846 UDate start0, start1; in findPrev() local 847 …ol avail0 = r0->getPreviousStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findPrev() 853 if (!avail1 || start0 > start1) { in findPrev() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | rbtz.cpp | 679 UDate start0, start1; in findRuleInFinal() local 690 …Bool avail0 = fr0->getPreviousStart(base, fr1->getRawOffset(), fr1->getDSTSavings(), true, start0); in findRuleInFinal() 711 return (start0 > start1) ? fr0 : fr1; in findRuleInFinal() 740 UDate start0, start1; in findNext() local 741 … UBool avail0 = r0->getNextStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findNext() 747 if (!avail1 || start0 < start1) { in findNext() 748 result.time = start0; in findNext() 823 UDate start0, start1; in findPrev() local 824 …ol avail0 = r0->getPreviousStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findPrev() 830 if (!avail1 || start0 > start1) { in findPrev() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 3135 int start0, k; in processPropertySeq() local 3137 start0 = start; /* save original start position */ in processPropertySeq() 3147 levState.startON = start0; in processPropertySeq() 3156 setLevelsOutsideIsolates(levState.startON, start0, level); in processPropertySeq() 3161 setLevelsOutsideIsolates(levState.startON, start0, level); in processPropertySeq() 3181 addPoint(start0, LRM_BEFORE); in processPropertySeq() 3187 for (k = levState.lastStrongRTL + 1; k < start0; k++) { in processPropertySeq() 3195 addPoint(start0, LRM_BEFORE); in processPropertySeq() 3212 if ((_prop == _AN) && (dirProps[start0] == AN) && in processPropertySeq() 3226 addPoint(start0, LRM_BEFORE); in processPropertySeq() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3169 int start0, k; in processPropertySeq() local 3171 start0 = start; /* save original start position */ in processPropertySeq() 3181 levState.startON = start0; in processPropertySeq() 3190 setLevelsOutsideIsolates(levState.startON, start0, level); in processPropertySeq() 3195 setLevelsOutsideIsolates(levState.startON, start0, level); in processPropertySeq() 3215 addPoint(start0, LRM_BEFORE); in processPropertySeq() 3221 for (k = levState.lastStrongRTL + 1; k < start0; k++) { in processPropertySeq() 3229 addPoint(start0, LRM_BEFORE); in processPropertySeq() 3246 if ((_prop == _AN) && (dirProps[start0] == AN) && in processPropertySeq() 3260 addPoint(start0, LRM_BEFORE); in processPropertySeq() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 1868 int32_t start0, k; in processPropertySeq() local 1870 start0=start; /* save original start position */ in processPropertySeq() 1880 pLevState->startON=start0; in processPropertySeq() 1889 setLevelsOutsideIsolates(pBiDi, pLevState->startON, start0, level); in processPropertySeq() 1894 setLevelsOutsideIsolates(pBiDi, pLevState->startON, start0, level); in processPropertySeq() 1917 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() 1923 for (k=pLevState->lastStrongRTL+1; k<start0; k++) in processPropertySeq() 1933 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 1967 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 1868 int32_t start0, k; in processPropertySeq() local 1870 start0=start; /* save original start position */ in processPropertySeq() 1880 pLevState->startON=start0; in processPropertySeq() 1889 setLevelsOutsideIsolates(pBiDi, pLevState->startON, start0, level); in processPropertySeq() 1894 setLevelsOutsideIsolates(pBiDi, pLevState->startON, start0, level); in processPropertySeq() 1917 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() 1923 for (k=pLevState->lastStrongRTL+1; k<start0; k++) in processPropertySeq() 1933 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 1967 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1868 int32_t start0, k; in processPropertySeq() local 1870 start0=start; /* save original start position */ in processPropertySeq() 1880 pLevState->startON=start0; in processPropertySeq() 1889 setLevelsOutsideIsolates(pBiDi, pLevState->startON, start0, level); in processPropertySeq() 1894 setLevelsOutsideIsolates(pBiDi, pLevState->startON, start0, level); in processPropertySeq() 1917 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() 1923 for (k=pLevState->lastStrongRTL+1; k<start0; k++) in processPropertySeq() 1933 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 1967 addPoint(pBiDi, start0, LRM_BEFORE); in processPropertySeq() [all …]
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 173 unsigned start0, unsigned start1, in vbo_merge_draws() argument 183 if (start0 + *count0 != start1) in vbo_merge_draws()
|
D | vbo_private.h | 194 unsigned start0, unsigned start1,
|
/third_party/lz4/lib/ |
D | lz4hc.c | 578 const BYTE* start0; in LZ4HC_compress_hashChain() local 597 start0 = ip; ref0 = ref; ml0 = ml; in LZ4HC_compress_hashChain() 614 if (start0 < ip) { /* first match was skipped at least once */ in LZ4HC_compress_hashChain() 616 ip = start0; ref = ref0; ml = ml0; /* restore initial ML1 */ in LZ4HC_compress_hashChain() 689 start0 = start2; in LZ4HC_compress_hashChain()
|
/third_party/skia/tests/ |
D | PathTest.cpp | 2599 unsigned start0, start1; in write_and_read_back() local 2601 if (SkPathPriv::IsOval(p, &oval0, &dir0, &start0) && in write_and_read_back() 2605 REPORTER_ASSERT(reporter, start0 == start1); in write_and_read_back() 2609 if (SkPathPriv::IsRRect(p, &rrect0, &dir0, &start0) && in write_and_read_back() 2613 REPORTER_ASSERT(reporter, start0 == start1); in write_and_read_back()
|