Searched refs:bestField (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcalendar.cpp2784 int32_t bestField = UCAL_FIELD_COUNT; local
2811 for (int32_t g=0; precedenceTable[g][0][0] != -1 && (bestField == UCAL_FIELD_COUNT); ++g) {
2833 bestField = tempBestField;
2836 bestField = tempBestField;
2839 if (bestField == tempBestField) {
2853 return (UCalendarDateFields)bestField;
3161 UCalendarDateFields bestField = resolveFields(getFieldResolutionTable());
3162 if (bestField == UCAL_FIELD_COUNT) {
3163 bestField = UCAL_DAY_OF_MONTH;
3166 return handleComputeJulianDay(bestField);
[all...]
H A Dgregocal.cpp471 int32_t GregorianCalendar::handleComputeJulianDay(UCalendarDateFields bestField) argument
475 int32_t jd = Calendar::handleComputeJulianDay(bestField);
477 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
481 return Calendar::handleComputeJulianDay(bestField);
494 jd = Calendar::handleComputeJulianDay(bestField);
504 __FILE__, __LINE__, jd, fIsGregorian?"T":"F", fInvertGregorian?"T":"F", bestField);
510 if (bestField == UCAL_DAY_OF_YEAR) {
513 __FILE__, __LINE__, fFields[bestField],jd, gregShift);
516 } else if ( bestField == UCAL_WEEK_OF_MONTH ) {
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dgregocal.h515 * @param bestField which field to use to calculate the date
519 virtual int32_t handleComputeJulianDay(UCalendarDateFields bestField) ;
H A Dcalendar.h1700 * @param bestField which field to use to calculate the date
1704 virtual int32_t handleComputeJulianDay(UCalendarDateFields bestField);

Completed in 88 milliseconds