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

  /external/icu/icu4c/source/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 129 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
615 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = {
801 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
802 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
803 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
    [all...]
indiancal.cpp 56 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
dtitvinf.cpp 310 UCalendarDateFields calendarField = UCAL_FIELD_COUNT;
324 if ( calendarField != UCAL_FIELD_COUNT ) {
hebrwcal.cpp 37 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
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 171 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
islamcal.cpp 282 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
    [all...]
dtitvfmt.cpp 310 UCalendarDateFields field = UCAL_FIELD_COUNT;
340 if ( field == UCAL_FIELD_COUNT ) {
    [all...]
smpdtfmt.cpp     [all...]
udat.cpp 83 UCAL_FIELD_COUNT, // UDAT_FIELD_COUNT = 35
    [all...]
  /external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
callimts.cpp 321 int32_t limits[UCAL_FIELD_COUNT][4];
322 for (j = 0; j < UCAL_FIELD_COUNT; j++) {
dadrfmt.cpp 212 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
dadrcal.cpp 238 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
caltest.cpp 54 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
469 for (i=0; i<UCAL_FIELD_COUNT; ++i)
497 for (i=0; i<UCAL_FIELD_COUNT; ++i)
    [all...]
tzregts.cpp     [all...]
calregts.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 85 static const int32_t count_UCalendarDateFields = UCAL_FIELD_COUNT;
243 * @param actual TRUE: for the actual enum's type (UCAL_FIELD_COUNT, etc), or FALSE for the string count
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c     [all...]

Completed in 1398 milliseconds