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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp2635 int32_t bestField = UCAL_FIELD_COUNT; local
2637 for (int32_t g=0; precedenceTable[g][0][0] != -1 && (bestField == UCAL_FIELD_COUNT); ++g) {
2659 bestField = tempBestField;
2662 bestField = tempBestField;
2665 if (bestField == tempBestField) {
2673 return (UCalendarDateFields)bestField;
2969 UCalendarDateFields bestField = resolveFields(getFieldResolutionTable());
2970 if (bestField == UCAL_FIELD_COUNT) {
2971 bestField = UCAL_DAY_OF_MONTH;
2974 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 ) {
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp2784 int32_t bestField = UCAL_FIELD_COUNT; local
2786 for (int32_t g=0; precedenceTable[g][0][0] != -1 && (bestField == UCAL_FIELD_COUNT); ++g) {
2808 bestField = tempBestField;
2811 bestField = tempBestField;
2814 if (bestField == tempBestField) {
2822 return (UCalendarDateFields)bestField;
3130 UCalendarDateFields bestField = resolveFields(getFieldResolutionTable());
3131 if (bestField == UCAL_FIELD_COUNT) {
3132 bestField = UCAL_DAY_OF_MONTH;
3135 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 ) {
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2088 milliseconds