Searched refs:fEpochYear (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | chnsecal.cpp | 128 fEpochYear(CHINESE_EPOCH_YEAR), in ChineseCalendar() 138 fEpochYear(epochYear), in ChineseCalendar() 146 fEpochYear = other.fEpochYear; in ChineseCalendar() 228 year = cycle * 60 + internalGet(UCAL_YEAR, 1) - (fEpochYear - CHINESE_EPOCH_YEAR); in handleGetExtendedYear() 335 int32_t gyear = eyear + fEpochYear - 1; // Gregorian year in handleComputeMonthStart() 717 int32_t extended_year = gyear - fEpochYear; in computeChineseFields()
|
D | chnsecal.h | 156 int32_t fEpochYear; // Start year of this Chinese calendar instance. variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | chnsecal.cpp | 128 fEpochYear(CHINESE_EPOCH_YEAR), in ChineseCalendar() 138 fEpochYear(epochYear), in ChineseCalendar() 146 fEpochYear = other.fEpochYear; in ChineseCalendar() 228 year = cycle * 60 + internalGet(UCAL_YEAR, 1) - (fEpochYear - CHINESE_EPOCH_YEAR); in handleGetExtendedYear() 335 int32_t gyear = eyear + fEpochYear - 1; // Gregorian year in handleComputeMonthStart() 717 int32_t extended_year = gyear - fEpochYear; in computeChineseFields()
|
D | chnsecal.h | 156 int32_t fEpochYear; // Start year of this Chinese calendar instance. variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | chnsecal.cpp | 128 fEpochYear(CHINESE_EPOCH_YEAR), in ChineseCalendar() 138 fEpochYear(epochYear), in ChineseCalendar() 146 fEpochYear = other.fEpochYear; in ChineseCalendar() 228 year = cycle * 60 + internalGet(UCAL_YEAR, 1) - (fEpochYear - CHINESE_EPOCH_YEAR); in handleGetExtendedYear() 335 int32_t gyear = eyear + fEpochYear - 1; // Gregorian year in handleComputeMonthStart() 717 int32_t extended_year = gyear - fEpochYear; in computeChineseFields()
|
D | chnsecal.h | 156 int32_t fEpochYear; // Start year of this Chinese calendar instance. variable
|
/third_party/icu/icu4c/source/i18n/ |
D | chnsecal.cpp | 128 fEpochYear(CHINESE_EPOCH_YEAR), in ChineseCalendar() 138 fEpochYear(epochYear), in ChineseCalendar() 146 fEpochYear = other.fEpochYear; in ChineseCalendar() 228 year = cycle * 60 + internalGet(UCAL_YEAR, 1) - (fEpochYear - CHINESE_EPOCH_YEAR); in handleGetExtendedYear() 335 int32_t gyear = eyear + fEpochYear - 1; // Gregorian year in handleComputeMonthStart() 717 int32_t extended_year = gyear - fEpochYear; in computeChineseFields()
|
D | chnsecal.h | 156 int32_t fEpochYear; // Start year of this Chinese calendar instance. variable
|