Searched refs:UCAL_FIELD_COUNT (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dcecal.cpp17 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Dpersncal.cpp33 static const int32_t kPersianCalendarLimits[UCAL_FIELD_COUNT][4] = {
H A Dcalendar.cpp127 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
592 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = {
770 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
771 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
772 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
1091 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
1171 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
1303 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
2557 for (int32_t field = 0; U_SUCCESS(status) && (field < UCAL_FIELD_COUNT); field++) {
2635 int32_t bestField = UCAL_FIELD_COUNT;
[all...]
H A Dindiancal.cpp57 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Ddtitvinf.cpp308 UCalendarDateFields calendarField = UCAL_FIELD_COUNT;
322 if ( calendarField != UCAL_FIELD_COUNT ) {
H A Dhebrwcal.cpp37 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Dislamcal.cpp248 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Ddtitvfmt.cpp295 UCalendarDateFields field = UCAL_FIELD_COUNT;
322 if ( field == UCAL_FIELD_COUNT ) {
/external/icu/icu4c/source/i18n/
H A Dcecal.cpp17 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Dpersncal.cpp33 static const int32_t kPersianCalendarLimits[UCAL_FIELD_COUNT][4] = {
H A Dcalendar.cpp127 for(i = 0;i<UCAL_FIELD_COUNT;i++) {
592 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = {
770 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
771 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
772 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
1091 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
1300 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
1432 for (int32_t i=0; i<UCAL_FIELD_COUNT; ++i) {
2706 for (int32_t field = 0; U_SUCCESS(status) && (field < UCAL_FIELD_COUNT); field++) {
2784 int32_t bestField = UCAL_FIELD_COUNT;
[all...]
H A Dindiancal.cpp57 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Ddtitvinf.cpp308 UCalendarDateFields calendarField = UCAL_FIELD_COUNT;
322 if ( calendarField != UCAL_FIELD_COUNT ) {
H A Dhebrwcal.cpp37 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
H A Dislamcal.cpp248 static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h242 FIELD_COUNT = UCAL_FIELD_COUNT // See ucal.h for other fields.
1791 * the table, or UCAL_FIELD_COUNT if none is found.
1813 * match, then UCAL_FIELD_COUNT is returned.
1903 int32_t fFields[UCAL_FIELD_COUNT];
1909 UBool fIsSet[UCAL_FIELD_COUNT];
1926 int32_t fStamp[UCAL_FIELD_COUNT];
H A Ducal.h430 UCAL_FIELD_COUNT, enumerator in enum:UCalendarDateFields
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h242 FIELD_COUNT = UCAL_FIELD_COUNT // See ucal.h for other fields.
1801 * the table, or UCAL_FIELD_COUNT if none is found.
1823 * match, then UCAL_FIELD_COUNT is returned.
1913 int32_t fFields[UCAL_FIELD_COUNT];
1919 UBool fIsSet[UCAL_FIELD_COUNT];
1936 int32_t fStamp[UCAL_FIELD_COUNT];
H A Ducal.h430 UCAL_FIELD_COUNT, enumerator in enum:UCalendarDateFields
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcallimts.cpp321 int32_t limits[UCAL_FIELD_COUNT][4];
322 for (j = 0; j < UCAL_FIELD_COUNT; j++) {
H A Ddadrfmt.cpp212 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
H A Ddadrcal.cpp238 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
/external/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp321 int32_t limits[UCAL_FIELD_COUNT][4];
322 for (j = 0; j < UCAL_FIELD_COUNT; j++) {
H A Ddadrfmt.cpp212 for (int q=0; q<UCAL_FIELD_COUNT; q++) {
H A Ddadrcal.cpp238 for (int q=0; q<UCAL_FIELD_COUNT; q++) {

Completed in 2429 milliseconds

12