OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgSystemDefaultCenturyStart
(Results
26 - 40
of
40
) sorted by null
1
2
/external/icu4c/i18n/
ethpccal.h
214
static UDate
fgSystemDefaultCenturyStart
;
indiancal.h
329
static UDate
fgSystemDefaultCenturyStart
;
persncal.h
321
static UDate
fgSystemDefaultCenturyStart
;
hebrwcal.h
405
static UDate
fgSystemDefaultCenturyStart
;
islamcal.h
420
static UDate
fgSystemDefaultCenturyStart
;
chnsecal.cpp
848
UDate ChineseCalendar::
fgSystemDefaultCenturyStart
= DBL_MIN;
872
UMTX_CHECK(NULL, (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury), needsUpdate);
881
return
fgSystemDefaultCenturyStart
;
889
UMTX_CHECK(NULL, (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury), needsUpdate);
[
all
...]
chnsecal.h
268
static UDate
fgSystemDefaultCenturyStart
;
gregocal.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
chnsecal.h
249
static UDate
fgSystemDefaultCenturyStart
;
hebrwcal.h
405
static UDate
fgSystemDefaultCenturyStart
;
islamcal.h
420
static UDate
fgSystemDefaultCenturyStart
;
chnsecal.cpp
781
UDate ChineseCalendar::
fgSystemDefaultCenturyStart
= DBL_MIN;
805
UMTX_CHECK(NULL, (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury), needsUpdate);
814
return
fgSystemDefaultCenturyStart
;
822
UMTX_CHECK(NULL, (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury), needsUpdate);
849
if (
fgSystemDefaultCenturyStart
== fgSystemDefaultCentury)
852
fgSystemDefaultCenturyStart
= newStart;
gregocal.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h
776
static UDate
fgSystemDefaultCenturyStart
;
[
all
...]
/external/icu4c/i18n/unicode/
gregocal.h
778
static UDate
fgSystemDefaultCenturyStart
;
[
all
...]
Completed in 313 milliseconds
1
2