/external/chromium_org/third_party/icu/source/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] = {
|
/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 | 125 for(i = 0;i<UCAL_FIELD_COUNT;i++) { 590 static const int32_t kCalendarLimits[UCAL_FIELD_COUNT][4] = { 768 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT); 769 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); 770 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] = {
|
/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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++) {
|
/external/icu4c/test/intltest/ |
callimts.cpp | 321 int32_t limits[UCAL_FIELD_COUNT][4]; 322 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++) {
|
/external/chromium_org/third_party/icu/source/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
|