/external/icu4c/i18n/ |
cecal.cpp | 17 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
|
persncal.cpp | 33 static const int32_t kPersianCalendarLimits[UCAL_FIELD_COUNT][4] = {
|
calendar.cpp | 124 for(i = 0;i<UCAL_FIELD_COUNT;i++) { 584 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = { 762 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT); 763 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); 764 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT); [all...] |
indiancal.cpp | 57 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
|
dtitvinf.cpp | 308 UCalendarDateFields calendarField = UCAL_FIELD_COUNT; 322 if ( calendarField != UCAL_FIELD_COUNT ) {
|
hebrwcal.cpp | 37 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
|
islamcal.cpp | 147 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
|
dtitvfmt.cpp | 295 UCalendarDateFields field = UCAL_FIELD_COUNT; 322 if ( field == UCAL_FIELD_COUNT ) { [all...] |
gregocal.cpp | 76 static const int32_t kGregorianCalendarLimits[UCAL_FIELD_COUNT][4] = { 646 for (int32_t field = 0; field < UCAL_FIELD_COUNT; field++) { [all...] |
chnsecal.cpp | 136 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
|
udat.cpp | 79 UCAL_FIELD_COUNT, // UDAT_FIELD_COUNT = 31 [all...] |
/external/icu4c/i18n/unicode/ |
calendar.h | 242 FIELD_COUNT = UCAL_FIELD_COUNT // See ucal.h for other fields. [all...] |
ucal.h | 430 UCAL_FIELD_COUNT, [all...] |
/external/icu4c/test/intltest/ |
callimts.cpp | 320 int32_t limits[UCAL_FIELD_COUNT][4]; 321 for (j = 0; j < UCAL_FIELD_COUNT; j++) {
|
dadrfmt.cpp | 211 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
|
dadrcal.cpp | 238 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
|
caltest.cpp | 41 for(i = 0;i<UCAL_FIELD_COUNT;i++) { 421 for (i=0; i<UCAL_FIELD_COUNT; ++i) 449 for (i=0; i<UCAL_FIELD_COUNT; ++i) [all...] |
tzregts.cpp | [all...] |
calregts.cpp | [all...] |
/external/icu4c/tools/toolutil/ |
udbgutil.cpp | 82 static const int32_t count_UCalendarDateFields = UCAL_FIELD_COUNT; 236 * @param actual TRUE: for the actual enum's type (UCAL_FIELD_COUNT, etc), or FALSE for the string count
|
/external/icu4c/test/cintltst/ |
ccaltst.c | [all...] |