Home
last modified time | relevance | path

Searched refs:savings (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/deps/icu-small/source/tools/toolutil/
Ducmstate.cpp623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
652 savings=0; in compactToUnicode2()
686 savings+=count[i]; in compactToUnicode2()
693 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2()
694 if(savings<=0) { in compactToUnicode2()
698 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2()
847 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local
855 savings=findUnassigned(states, in findUnassigned()
861 if(savings<0) { in findUnassigned()
863 } else if(savings>0) { in findUnassigned()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducmstate.cpp623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
652 savings=0; in compactToUnicode2()
686 savings+=count[i]; in compactToUnicode2()
693 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2()
694 if(savings<=0) { in compactToUnicode2()
698 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2()
847 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local
855 savings=findUnassigned(states, in findUnassigned()
861 if(savings<0) { in findUnassigned()
863 } else if(savings>0) { in findUnassigned()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Ducmstate.cpp623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
652 savings=0; in compactToUnicode2()
686 savings+=count[i]; in compactToUnicode2()
693 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2()
694 if(savings<=0) { in compactToUnicode2()
698 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2()
847 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local
855 savings=findUnassigned(states, in findUnassigned()
861 if(savings<0) { in findUnassigned()
863 } else if(savings>0) { in findUnassigned()
[all …]
/third_party/icu/docs/userguide/datetime/timezone/
Dindex.md40 The offset differs in the summer because of daylight savings time, or DST. At
44 Standard Time is local time without a daylight savings time offset. For
48 Daylight savings time is local time with a daylight savings time offset.
50 daylight savings time is GMT-7:00. Daylight savings time is observed in most
54 daylight savings time for part of the year, wall time is either standard
55 time or daylight savings time, depending on the date. In areas that do not
56 observe daylight savings time, wall time is equivalent to standard time.
112 * Daylight savings name, such as "Pacific Daylight Time".
Dexamples.md63 u_printf("%s\n", "Current date/time is in daylight savings time?");
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt53 critical for Y2K testing, set to time before daylight savings (and then
54 after daylight savings). ==> This is probably multiple test cases.
74 critical for Y2K testing, set to time before daylight savings (and then
75 after daylight savings). ==> This is probably multiple test cases. Some
/third_party/icu/icu4c/source/test/intltest/
Dtzregts.cpp741 int32_t savings = DATA[i]; in Test4154525() local
752 savings, status), status); // <- what we're interested in in Test4154525()
758 z->setDSTSavings(savings, status); in Test4154525()
765 …errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525()
768 …logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525()
773 … logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method); in Test4154525()
776 … errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method); in Test4154525()
1153 int32_t savings = cst->getDSTSavings(); in TestJDK12API() local
1154 if(savings != 60*60*1000) { in TestJDK12API()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1060 savings = PrintedSize(pname, value) * (count - 1) - default_size
1063 if (savings > max_savings or
1064 (savings > 0 and savings == max_savings and value < max_value)):
1067 max_savings = savings
1844 savings = count * (len(token) - 1) - (len(token) + 1 + 2)
1845 if savings > 0:
1846 counts_tokens.append((savings, count, token))
1867 savings = count * (len(token) - 2) - (len(token) + 1)
1868 if savings > 0:
1869 ct.append((savings, count, token))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRegressionTest.java406 int savings = DATA[i]; in Test4154525() local
417 savings); // <- what we're interested in in Test4154525()
422 z.setDSTSavings(savings); in Test4154525()
426 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525()
428 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525()
432 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
434 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java403 int savings = DATA[i]; in Test4154525() local
414 savings); // <- what we're interested in in Test4154525()
419 z.setDSTSavings(savings); in Test4154525()
423 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525()
425 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525()
429 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
431 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
/third_party/nghttp2/doc/
Dh2load.h2r39 decompression. The ``space savings`` shows efficiency of header
41 used for header fields after decompression. The ``space savings``
Dh2load.1.rst354 decompression. The ``space savings`` shows efficiency of header
356 used for header fields after decompression. The ``space savings``
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_color_write_enable.txt25 between subpasses or bandwidth savings for unused outputs.
DVK_EXT_color_write_enable.adoc25 between subpasses or bandwidth savings for unused outputs.
DVK_QCOM_filter_cubic_clamp.adoc33 during cubic filtering at significant performance/power savings versus a
/third_party/icu/docs/userguide/datetime/
Dindex.md26 local time. The offset might vary throughout the year, if daylight savings time
155 time and daylight savings time according to real-world rules. Individual
/third_party/icu/icu4j/perf-tests/data/conversion/
Denglish.txt15 …server or multi-tiered applications and websites offers significant cost savings over the use of l…
/third_party/tzdata/
Daustralasia236 # switch back from daylight savings time when other parts of Australia do
262 # "Daylight savings to commence this month"
278 …om_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:ca…
288 # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=7…
305 …index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-re…
315 # today confirmed that Fiji will start daylight savings at 2 am on Sunday 21st
320 # Fiji will start daylight savings on Sunday 27th October, 2013 ...
341 # "Fiji's daylight savings will begin on Sunday, 6 November 2016, when
391 # Please note that there will not be any daylight savings time change
1254 # https://www.communitynews.com.au/guardian-express/news/exclusive-daylight-savings-coming-wa-summe…
[all …]
Dasia1172 # will stay on daylight savings time this winter to save energy,
1185 # Government of Georgia ... decided to NOT CHANGE daylight savings time on
1432 # This implies that in September 1977, when the daylight savings time was
1486 # The change in 1977 clearly seems to be the first daylight savings effort in
1911 # days of daylight savings time annually. From 1993-1998, the change to
1912 # daylight savings time was on a Friday morning from midnight IST to
1914 # Saturday night from midnight daylight savings time to 11 p.m. standard
1918 # daylight savings time was still on a Friday morning but from
1921 # 1999 only. In the year 2000, the change to daylight savings time was
2731 …tps://www.nna-leb.gov.lb/en/miscellaneous/604093/lebanon-has-two-times-of-day-amid-daylight-savings
[all …]
/third_party/nghttp2/doc/sources/
Dh2load-howto.rst55 …traffic: 4125025824 bytes total, 11023424 bytes headers (space savings 93.07%), 4096000000 bytes d…
/third_party/icu/docs/userguide/icu/
Dindex.md18 communications and increase savings.
/third_party/node/doc/contributing/maintaining/
Dmaintaining-shared-library-support.md10 instances this can result in a significant footprint savings.
/third_party/skia/third_party/externals/harfbuzz/
DCONFIG.md16 binary size savings.
/third_party/python/Doc/library/
Demail.utils.rst159 daylight savings time into account. The default is ``False`` meaning UTC is
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_shader_module_identifier.adoc64 We have observed >95% disk savings with this scenario, and this is transformative since it makes it…

123