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

1 2

  /external/chromium/third_party/icu/source/i18n/
cecal.cpp 17 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
calendar.cpp 114 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
556 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = {
728 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
729 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
730 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
    [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 292 UCalendarDateFields calendarField = UCAL_FIELD_COUNT;
306 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] = {
  /external/icu4c/i18n/
cecal.cpp 17 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
calendar.cpp 114 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
556 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = {
729 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
730 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
731 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
1024 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] = {
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h 201 FIELD_COUNT = UCAL_FIELD_COUNT // See ucal.h for other fields.
    [all...]
ucal.h 423 UCAL_FIELD_COUNT,
    [all...]
  /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/chromium/third_party/icu/source/test/intltest/
callimts.cpp 318 int32_t limits[UCAL_FIELD_COUNT][4];
319 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++) {
  /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++) {
  /external/chromium/third_party/icu/source/tools/ctestfw/
udbgutil.cpp 77 static const int32_t count_UCalendarDateFields = UCAL_FIELD_COUNT;
209 * @param actual TRUE: for the actual enum's type (UCAL_FIELD_COUNT, etc), or FALSE for the string count
  /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

Completed in 501 milliseconds

1 2