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

  /external/icu4c/i18n/
cecal.cpp 17 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
calendar.cpp 116 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
559 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = {
732 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
733 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
734 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
1026 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
    [all...]
indiancal.cpp 57 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
persncal.cpp 207 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
dtitvinf.cpp 311 UCalendarDateFields calendarField = UCAL_FIELD_COUNT;
325 if ( calendarField != UCAL_FIELD_COUNT ) {
hebrwcal.cpp 37 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
islamcal.cpp 144 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 137 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
udat.cpp 76 UCAL_FIELD_COUNT, // UDAT_FIELD_COUNT = 30
  /external/icu4c/i18n/unicode/
calendar.h 207 FIELD_COUNT = UCAL_FIELD_COUNT // See ucal.h for other fields.
    [all...]
ucal.h 424 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 197 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
dadrcal.cpp 238 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
caltest.cpp 33 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
371 for (i=0; i<UCAL_FIELD_COUNT; ++i)
399 for (i=0; i<UCAL_FIELD_COUNT; ++i)
    [all...]
tzregts.cpp     [all...]
calregts.cpp     [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 77 static const int32_t count_UCalendarDateFields = UCAL_FIELD_COUNT;
231 * @param actual TRUE: for the actual enum's type (UCAL_FIELD_COUNT, etc), or FALSE for the string count
  /external/icu4c/tools/toolutil/
udbgutil.cpp 77 static const int32_t count_UCalendarDateFields = UCAL_FIELD_COUNT;
231 * @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...]

Completed in 107 milliseconds