OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgSystemDefaultCenturyStartYear
(Results
1 - 20
of
20
) sorted by null
/external/icu4c/i18n/
coptccal.cpp
101
int32_t CopticCalendar::
fgSystemDefaultCenturyStartYear
= -1;
120
return
fgSystemDefaultCenturyStartYear
;
144
fgSystemDefaultCenturyStartYear
= newYear;
buddhcal.h
205
static int32_t
fgSystemDefaultCenturyStartYear
;
coptccal.h
203
static int32_t
fgSystemDefaultCenturyStartYear
;
ethpccal.cpp
141
int32_t EthiopicCalendar::
fgSystemDefaultCenturyStartYear
= -1;
155
return
fgSystemDefaultCenturyStartYear
+ AMETE_MIHRET_DELTA;
157
return
fgSystemDefaultCenturyStartYear
;
181
fgSystemDefaultCenturyStartYear
= newYear;
taiwncal.h
187
static int32_t
fgSystemDefaultCenturyStartYear
;
buddhcal.cpp
132
int32_t BuddhistCalendar::
fgSystemDefaultCenturyStartYear
= -1;
181
return
fgSystemDefaultCenturyStartYear
;
200
fgSystemDefaultCenturyStartYear
= newYear;
taiwncal.cpp
139
int32_t TaiwanCalendar::
fgSystemDefaultCenturyStartYear
= -1;
188
return
fgSystemDefaultCenturyStartYear
;
208
fgSystemDefaultCenturyStartYear
= newYear;
ethpccal.h
219
static int32_t
fgSystemDefaultCenturyStartYear
;
indiancal.h
334
static int32_t
fgSystemDefaultCenturyStartYear
;
persncal.h
326
static int32_t
fgSystemDefaultCenturyStartYear
;
chnsecal.h
254
static int32_t
fgSystemDefaultCenturyStartYear
;
hebrwcal.h
410
static int32_t
fgSystemDefaultCenturyStartYear
;
islamcal.h
425
static int32_t
fgSystemDefaultCenturyStartYear
;
indiancal.cpp
354
int32_t IndianCalendar::
fgSystemDefaultCenturyStartYear
= -1;
410
return
fgSystemDefaultCenturyStartYear
;
435
fgSystemDefaultCenturyStartYear
= newYear;
persncal.cpp
383
int32_t PersianCalendar::
fgSystemDefaultCenturyStartYear
= -1;
431
return
fgSystemDefaultCenturyStartYear
;
451
fgSystemDefaultCenturyStartYear
= newYear;
hebrwcal.cpp
676
int32_t HebrewCalendar::
fgSystemDefaultCenturyStartYear
= -1;
725
return
fgSystemDefaultCenturyStartYear
;
744
fgSystemDefaultCenturyStartYear
= newYear;
islamcal.cpp
462
int32_t IslamicCalendar::
fgSystemDefaultCenturyStartYear
= -1;
511
return
fgSystemDefaultCenturyStartYear
;
531
fgSystemDefaultCenturyStartYear
= newYear;
chnsecal.cpp
782
int32_t ChineseCalendar::
fgSystemDefaultCenturyStartYear
= -1;
831
return
fgSystemDefaultCenturyStartYear
;
851
fgSystemDefaultCenturyStartYear
= newYear;
gregocal.cpp
[
all
...]
/external/icu4c/i18n/unicode/
gregocal.h
781
static int32_t
fgSystemDefaultCenturyStartYear
;
[
all
...]
Completed in 499 milliseconds