OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgSystemDefaultCenturyStart
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
indiancal.cpp
352
UDate IndianCalendar::
fgSystemDefaultCenturyStart
= DBL_MIN;
378
needsUpdate = (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury);
388
return
fgSystemDefaultCenturyStart
;
399
needsUpdate = (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury);
419
if (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury) {
433
fgSystemDefaultCenturyStart
= newStart;
indiancal.h
329
static UDate
fgSystemDefaultCenturyStart
;
Completed in 53 milliseconds