Searched defs:handleComputeFields (Results 1 - 25 of 37) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBuddhistCalendar.java205 protected void handleComputeFields(int julianDay) { method in class:BuddhistCalendar
206 super.handleComputeFields(julianDay);
H A DTaiwanCalendar.java202 protected void handleComputeFields(int julianDay) { method in class:TaiwanCalendar
203 super.handleComputeFields(julianDay);
H A DCopticCalendar.java249 protected void handleComputeFields(int julianDay) { method in class:CopticCalendar
H A DJapaneseCalendar.java264 protected void handleComputeFields(int julianDay) { method in class:JapaneseCalendar
265 super.handleComputeFields(julianDay);
H A DPersianCalendar.java419 protected void handleComputeFields(int julianDay) { method in class:PersianCalendar
H A DEthiopicCalendar.java301 protected void handleComputeFields(int julianDay) { method in class:EthiopicCalendar
H A DGregorianCalendar.java731 protected void handleComputeFields(int julianDay) { method in class:GregorianCalendar
H A DHebrewCalendar.java766 protected void handleComputeFields(int julianDay) { method in class:HebrewCalendar
H A DIndianCalendar.java330 protected void handleComputeFields(int julianDay){ method in class:IndianCalendar
H A DChineseCalendar.java809 protected void handleComputeFields(int julianDay) { method in class:ChineseCalendar
819 * <code>handleComputeFields()</code>, or it can just set the MONTH and
/external/icu/icu4c/source/i18n/
H A Dcoptccal.cpp76 CopticCalendar::handleComputeFields(int32_t julianDay, UErrorCode &/*status*/) function in class:CopticCalendar
H A Dbuddhcal.cpp86 void BuddhistCalendar::handleComputeFields(int32_t julianDay, UErrorCode& status) function in class:BuddhistCalendar
88 GregorianCalendar::handleComputeFields(julianDay, status);
H A Dethpccal.cpp102 EthiopicCalendar::handleComputeFields(int32_t julianDay, UErrorCode &/*status*/) function in class:EthiopicCalendar
H A Dtaiwncal.cpp84 void TaiwanCalendar::handleComputeFields(int32_t julianDay, UErrorCode& status) function in class:TaiwanCalendar
86 GregorianCalendar::handleComputeFields(julianDay, status);
H A Djapancal.cpp378 void JapaneseCalendar::handleComputeFields(int32_t julianDay, UErrorCode& status) function in class:JapaneseCalendar
381 GregorianCalendar::handleComputeFields(julianDay, status);
H A Dpersncal.cpp210 void PersianCalendar::handleComputeFields(int32_t julianDay, UErrorCode &/*status*/) { function in class:PersianCalendar
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java218 protected void handleComputeFields(int julianDay) { method in class:BuddhistCalendar
219 super.handleComputeFields(julianDay);
H A DTaiwanCalendar.java216 protected void handleComputeFields(int julianDay) { method in class:TaiwanCalendar
217 super.handleComputeFields(julianDay);
H A DCopticCalendar.java270 protected void handleComputeFields(int julianDay) { method in class:CopticCalendar
H A DJapaneseCalendar.java278 protected void handleComputeFields(int julianDay) { method in class:JapaneseCalendar
279 super.handleComputeFields(julianDay);
H A DPersianCalendar.java417 protected void handleComputeFields(int julianDay) { method in class:PersianCalendar
H A DEthiopicCalendar.java325 protected void handleComputeFields(int julianDay) { method in class:EthiopicCalendar
H A DGregorianCalendar.java756 protected void handleComputeFields(int julianDay) { method in class:GregorianCalendar
H A DHebrewCalendar.java792 protected void handleComputeFields(int julianDay) { method in class:HebrewCalendar
H A DIndianCalendar.java357 protected void handleComputeFields(int julianDay){ method in class:IndianCalendar

Completed in 384 milliseconds

12