Home
last modified time | relevance | path

Searched refs:AMETE_MIHRET_DELTA (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dethpccal.cpp25 static const int32_t AMETE_MIHRET_DELTA = 5500; // 5501 - 1 (Amete Alem 5501 = Amete Mihret 1) variable
89 eyear = internalGet(UCAL_YEAR, 1 + AMETE_MIHRET_DELTA) in handleGetExtendedYear()
90 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret in handleGetExtendedYear()
97 eyear = internalGet(UCAL_YEAR, 1) - AMETE_MIHRET_DELTA; in handleGetExtendedYear()
111 year = eyear + AMETE_MIHRET_DELTA; in handleComputeFields()
118 year = eyear + AMETE_MIHRET_DELTA; in handleComputeFields()
177 return gSystemDefaultCenturyStartYear + AMETE_MIHRET_DELTA; in defaultCenturyStartYear()
/third_party/skia/third_party/externals/icu/source/i18n/
Dethpccal.cpp25 static const int32_t AMETE_MIHRET_DELTA = 5500; // 5501 - 1 (Amete Alem 5501 = Amete Mihret 1) variable
89 eyear = internalGet(UCAL_YEAR, 1 + AMETE_MIHRET_DELTA) in handleGetExtendedYear()
90 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret in handleGetExtendedYear()
97 eyear = internalGet(UCAL_YEAR, 1) - AMETE_MIHRET_DELTA; in handleGetExtendedYear()
111 year = eyear + AMETE_MIHRET_DELTA; in handleComputeFields()
118 year = eyear + AMETE_MIHRET_DELTA; in handleComputeFields()
177 return gSystemDefaultCenturyStartYear + AMETE_MIHRET_DELTA; in defaultCenturyStartYear()
/third_party/node/deps/icu-small/source/i18n/
Dethpccal.cpp26 static const int32_t AMETE_MIHRET_DELTA = 5500; // 5501 - 1 (Amete Alem 5501 = Amete Mihret 1) variable
70 return internalGet(UCAL_YEAR, 1) - AMETE_MIHRET_DELTA; in handleGetExtendedYear()
81 internalSet(UCAL_YEAR, (eyear > 0) ? eyear : (eyear + AMETE_MIHRET_DELTA)); in handleComputeFields()
206 return internalGet(UCAL_YEAR, 1 + AMETE_MIHRET_DELTA) in handleGetExtendedYear()
207 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret in handleGetExtendedYear()
218 internalSet(UCAL_YEAR, eyear + AMETE_MIHRET_DELTA); in handleComputeFields()
254 return EthiopicCalendar::defaultCenturyStartYear() + AMETE_MIHRET_DELTA; in defaultCenturyStartYear()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DEthiopicCalendar.java139 private static final int AMETE_MIHRET_DELTA = 5500; field in EthiopicCalendar
309 eyear = internalGet(YEAR, 1 + AMETE_MIHRET_DELTA) in handleGetExtendedYear()
310 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret in handleGetExtendedYear()
317 eyear = internalGet(YEAR, 1) - AMETE_MIHRET_DELTA; in handleGetExtendedYear()
341 year = fields[0] + AMETE_MIHRET_DELTA; in handleComputeFields()
348 year = fields[0] + AMETE_MIHRET_DELTA; in handleComputeFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DEthiopicCalendar.java126 private static final int AMETE_MIHRET_DELTA = 5500; field in EthiopicCalendar
282 eyear = internalGet(YEAR, 1 + AMETE_MIHRET_DELTA) in handleGetExtendedYear()
283 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret in handleGetExtendedYear()
290 eyear = internalGet(YEAR, 1) - AMETE_MIHRET_DELTA; in handleGetExtendedYear()
313 year = fields[0] + AMETE_MIHRET_DELTA; in handleComputeFields()
320 year = fields[0] + AMETE_MIHRET_DELTA; in handleComputeFields()