HomeSort by relevance Sort by last modified time
    Searched refs:fgSystemDefaultCenturyStart (Results 1 - 20 of 20) sorted by null

  /external/icu4c/i18n/
buddhcal.cpp 131 UDate BuddhistCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
155 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
164 return fgSystemDefaultCenturyStart;
172 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
199 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury) {
201 fgSystemDefaultCenturyStart = newStart;
persncal.cpp 251 UDate PersianCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
274 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
283 return fgSystemDefaultCenturyStart;
291 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
318 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury)
321 fgSystemDefaultCenturyStart = newStart;
taiwncal.cpp 138 UDate TaiwanCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
162 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
171 return fgSystemDefaultCenturyStart;
179 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
206 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury)
209 fgSystemDefaultCenturyStart = newStart;
coptccal.cpp 100 UDate CopticCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
110 return fgSystemDefaultCenturyStart;
128 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
145 fgSystemDefaultCenturyStart = newStart;
buddhcal.h 200 static UDate fgSystemDefaultCenturyStart;
coptccal.h 198 static UDate fgSystemDefaultCenturyStart;
ethpccal.cpp 140 UDate EthiopicCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
147 return fgSystemDefaultCenturyStart;
165 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
182 fgSystemDefaultCenturyStart = newStart;
taiwncal.h 182 static UDate fgSystemDefaultCenturyStart;
indiancal.cpp 353 UDate IndianCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
379 needsUpdate = (fgSystemDefaultCenturyStart == fgSystemDefaultCentury);
389 return fgSystemDefaultCenturyStart;
400 needsUpdate = (fgSystemDefaultCenturyStart == fgSystemDefaultCentury);
420 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury) {
434 fgSystemDefaultCenturyStart = newStart;
hebrwcal.cpp 675 UDate HebrewCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
699 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
708 return fgSystemDefaultCenturyStart;
716 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
743 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury) {
745 fgSystemDefaultCenturyStart = newStart;
islamcal.cpp 464 UDate IslamicCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
488 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
497 return fgSystemDefaultCenturyStart;
505 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
532 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury)
535 fgSystemDefaultCenturyStart = newStart;
ethpccal.h 214 static UDate fgSystemDefaultCenturyStart;
indiancal.h 329 static UDate fgSystemDefaultCenturyStart;
persncal.h 321 static UDate fgSystemDefaultCenturyStart;
chnsecal.h 249 static UDate fgSystemDefaultCenturyStart;
hebrwcal.h 405 static UDate fgSystemDefaultCenturyStart;
islamcal.h 420 static UDate fgSystemDefaultCenturyStart;
chnsecal.cpp 780 UDate ChineseCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
804 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
813 return fgSystemDefaultCenturyStart;
821 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
848 if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury)
851 fgSystemDefaultCenturyStart = newStart;
gregocal.cpp     [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 779 static UDate fgSystemDefaultCenturyStart;
    [all...]

Completed in 3446 milliseconds