HomeSort by relevance Sort by last modified time
    Searched refs:bestField (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
calendar.cpp     [all...]
gregocal.cpp 471 int32_t GregorianCalendar::handleComputeJulianDay(UCalendarDateFields bestField)
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 ) {
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 516 * @param bestField which field to use to calculate the date
520 virtual int32_t handleComputeJulianDay(UCalendarDateFields bestField) ;
    [all...]
calendar.h     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 140 milliseconds