Home
last modified time | relevance | path

Searched refs:UTC_TIME (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/asn1/
H A Dasn1_time.cpp30 m_tag = (m_year >= 2050) ? GENERALIZED_TIME : UTC_TIME; in ASN1_Time()
40 BOTAN_ARG_CHECK(m_tag == UTC_TIME || m_tag == GENERALIZED_TIME, in encode_into()
60 if(m_tag == UTC_TIME) in to_string()
85 uint32_t desired_size = (m_tag == UTC_TIME) ? 13 : 15; in to_string()
154 set_to(t_spec, UTC_TIME); in set_to()
162 BOTAN_ASSERT(spec_tag == UTC_TIME || spec_tag == GENERALIZED_TIME, "Invalid tag."); in set_to()
172 else if(spec_tag == UTC_TIME) in set_to()
177 const size_t YEAR_SIZE = (spec_tag == UTC_TIME) ? 2 : 4; in set_to()
205 if(spec_tag == UTC_TIME) in set_to()
243 if (m_tag == UTC_TIME) in passes_sanity_check()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/asn1/
H A Dasn1_time.cpp30 m_tag = (m_year >= 2050) ? GENERALIZED_TIME : UTC_TIME; in ASN1_Time()
40 BOTAN_ARG_CHECK(m_tag == UTC_TIME || m_tag == GENERALIZED_TIME, in encode_into()
60 if(m_tag == UTC_TIME) in to_string()
85 uint32_t desired_size = (m_tag == UTC_TIME) ? 13 : 15; in to_string()
154 set_to(t_spec, UTC_TIME); in set_to()
162 BOTAN_ASSERT(spec_tag == UTC_TIME || spec_tag == GENERALIZED_TIME, "Invalid tag."); in set_to()
172 else if(spec_tag == UTC_TIME) in set_to()
177 const size_t YEAR_SIZE = (spec_tag == UTC_TIME) ? 2 : 4; in set_to()
205 if(spec_tag == UTC_TIME) in set_to()
243 if (m_tag == UTC_TIME) in passes_sanity_check()
/dports/security/botan2/Botan-2.18.2/src/lib/asn1/
H A Dasn1_time.cpp30 m_tag = (m_year >= 2050) ? GENERALIZED_TIME : UTC_TIME; in ASN1_Time()
40 BOTAN_ARG_CHECK(m_tag == UTC_TIME || m_tag == GENERALIZED_TIME, in encode_into()
60 if(m_tag == UTC_TIME) in to_string()
85 uint32_t desired_size = (m_tag == UTC_TIME) ? 13 : 15; in to_string()
154 set_to(t_spec, UTC_TIME); in set_to()
162 BOTAN_ASSERT(spec_tag == UTC_TIME || spec_tag == GENERALIZED_TIME, "Invalid tag."); in set_to()
172 else if(spec_tag == UTC_TIME) in set_to()
177 const size_t YEAR_SIZE = (spec_tag == UTC_TIME) ? 2 : 4; in set_to()
205 if(spec_tag == UTC_TIME) in set_to()
243 if (m_tag == UTC_TIME) in passes_sanity_check()
/dports/security/botan110/Botan-1.10.17/src/asn1/
H A Dasn1_tm.cpp39 tag = (year >= 2050) ? GENERALIZED_TIME : UTC_TIME; in X509_Time()
89 tag = (year >= 2050) ? GENERALIZED_TIME : UTC_TIME; in set_to()
100 if(spec_tag != GENERALIZED_TIME && spec_tag != UTC_TIME) in set_to()
106 if(spec_tag == UTC_TIME && t_spec.size() != 11 && t_spec.size() != 13) in set_to()
112 const size_t YEAR_SIZE = (spec_tag == UTC_TIME) ? 2 : 4; in set_to()
140 if(spec_tag == UTC_TIME) in set_to()
155 if(tag != GENERALIZED_TIME && tag != UTC_TIME) in encode_into()
188 else if(tag == UTC_TIME) in as_string()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
223 return getOffsets(date, null, UTC_TIME); in getOffset()
227 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
281 if (type != UTC_TIME) { in getOffsets()
318 if (type != UTC_TIME) { in getTransitionIndex()
397 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
432 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
464 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
494 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
223 return getOffsets(date, null, UTC_TIME); in getOffset()
227 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
281 if (type != UTC_TIME) { in getOffsets()
318 if (type != UTC_TIME) { in getTransitionIndex()
397 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
432 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
464 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
494 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
223 return getOffsets(date, null, UTC_TIME); in getOffset()
227 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
281 if (type != UTC_TIME) { in getOffsets()
318 if (type != UTC_TIME) { in getTransitionIndex()
397 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
432 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
464 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
494 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java72 private static final int UTC_TIME = 0; field in ZoneInfo
232 return getOffsets(date, null, UTC_TIME); in getOffset()
236 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
290 if (type != UTC_TIME) { in getOffsets()
322 if (type != UTC_TIME) { in getTransitionIndex()
400 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
435 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
467 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
497 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
223 return getOffsets(date, null, UTC_TIME); in getOffset()
227 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
281 if (type != UTC_TIME) { in getOffsets()
313 if (type != UTC_TIME) { in getTransitionIndex()
392 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
427 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
459 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
489 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
224 return getOffsets(date, null, UTC_TIME); in getOffset()
228 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
282 if (type != UTC_TIME) { in getOffsets()
319 if (type != UTC_TIME) { in getTransitionIndex()
398 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
433 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
465 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
495 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
224 return getOffsets(date, null, UTC_TIME); in getOffset()
228 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
282 if (type != UTC_TIME) { in getOffsets()
319 if (type != UTC_TIME) { in getTransitionIndex()
398 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
433 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
465 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
495 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
224 return getOffsets(date, null, UTC_TIME); in getOffset()
228 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
282 if (type != UTC_TIME) { in getOffsets()
319 if (type != UTC_TIME) { in getTransitionIndex()
398 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
433 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
465 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
495 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfo.java65 private static final int UTC_TIME = 0; field in ZoneInfo
224 return getOffsets(date, null, UTC_TIME); in getOffset()
228 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
282 if (type != UTC_TIME) { in getOffsets()
319 if (type != UTC_TIME) { in getTransitionIndex()
398 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
433 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
465 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
495 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java72 private static final int UTC_TIME = 0; field in ZoneInfo
232 return getOffsets(date, null, UTC_TIME); in getOffset()
236 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
290 if (type != UTC_TIME) { in getOffsets()
322 if (type != UTC_TIME) { in getTransitionIndex()
400 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
435 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
467 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
497 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java79 private static final int UTC_TIME = 0; field in ZoneInfoOld
251 return getOffsets(date, null, UTC_TIME); in getOffset()
255 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
309 if (type != UTC_TIME) { in getOffsets()
341 if (type != UTC_TIME) { in getTransitionIndex()
419 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
454 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
486 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
516 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java77 private static final int UTC_TIME = 0; field in ZoneInfoOld
249 return getOffsets(date, null, UTC_TIME); in getOffset()
253 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
307 if (type != UTC_TIME) { in getOffsets()
339 if (type != UTC_TIME) { in getTransitionIndex()
417 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
452 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
484 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
514 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java79 private static final int UTC_TIME = 0; field in ZoneInfoOld
251 return getOffsets(date, null, UTC_TIME); in getOffset()
255 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
309 if (type != UTC_TIME) { in getOffsets()
341 if (type != UTC_TIME) { in getTransitionIndex()
419 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
454 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
486 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
516 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java77 private static final int UTC_TIME = 0; field in ZoneInfoOld
249 return getOffsets(date, null, UTC_TIME); in getOffset()
253 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
307 if (type != UTC_TIME) { in getOffsets()
339 if (type != UTC_TIME) { in getTransitionIndex()
417 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
452 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
484 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
514 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java77 private static final int UTC_TIME = 0;
249 return getOffsets(date, null, UTC_TIME);
253 return getOffsets(utc, offsets, UTC_TIME);
307 if (type != UTC_TIME) {
339 if (type != UTC_TIME) {
417 return getOffsets(dateInMillis, null, UTC_TIME);
452 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME);
484 int index = getTransitionIndex(utc, UTC_TIME);
514 int index = getTransitionIndex(utc, UTC_TIME);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java77 private static final int UTC_TIME = 0; field in ZoneInfoOld
249 return getOffsets(date, null, UTC_TIME); in getOffset()
253 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
307 if (type != UTC_TIME) { in getOffsets()
339 if (type != UTC_TIME) { in getTransitionIndex()
417 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
452 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
484 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
514 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java77 private static final int UTC_TIME = 0; field in ZoneInfoOld
249 return getOffsets(date, null, UTC_TIME); in getOffset()
253 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
307 if (type != UTC_TIME) { in getOffsets()
339 if (type != UTC_TIME) { in getTransitionIndex()
417 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
452 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
484 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
514 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java77 private static final int UTC_TIME = 0; field in ZoneInfoOld
249 return getOffsets(date, null, UTC_TIME); in getOffset()
253 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
307 if (type != UTC_TIME) { in getOffsets()
339 if (type != UTC_TIME) { in getTransitionIndex()
417 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
452 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
484 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
514 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/util/calendar/zi/
H A DZoneInfoOld.java79 private static final int UTC_TIME = 0; field in ZoneInfoOld
251 return getOffsets(date, null, UTC_TIME); in getOffset()
255 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
309 if (type != UTC_TIME) { in getOffsets()
341 if (type != UTC_TIME) { in getTransitionIndex()
419 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
454 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
486 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
516 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/util/calendar/zi/
H A DZoneInfoOld.java79 private static final int UTC_TIME = 0; field in ZoneInfoOld
251 return getOffsets(date, null, UTC_TIME); in getOffset()
255 return getOffsets(utc, offsets, UTC_TIME); in getOffsets()
309 if (type != UTC_TIME) { in getOffsets()
341 if (type != UTC_TIME) { in getTransitionIndex()
419 return getOffsets(dateInMillis, null, UTC_TIME); in getOffset()
454 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME); in getRawOffset() local
486 int index = getTransitionIndex(utc, UTC_TIME); in observesDaylightTime()
516 int index = getTransitionIndex(utc, UTC_TIME); in inDaylightTime()
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/fgrosse/phpasn1/lib/ASN1/Universal/
H A DUTCTime.php31 return Identifier::UTC_TIME;
46 self::parseIdentifier($binaryData[$offsetIndex], Identifier::UTC_TIME, $offsetIndex++);

12345678910>>...24