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

  /external/icu4c/i18n/
hebrwcal.cpp 220 // reason is ADAR_1. Suppose amount is +2 and we land in
221 // ADAR_1 -- then we have to bump to ADAR_2 aka ADAR. But
222 // if amount is -2 and we land in ADAR_1, then we have to
228 acrossAdar1 = (month < ADAR_1); // started before ADAR_1?
231 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) {
242 acrossAdar1 = (month > ADAR_1); // started after ADAR_1?
245 if (acrossAdar1 && month<=ADAR_1 && !isLeapYear(year)) {
324 // of ADAR_1, we need to roll an extra month to make up for it
    [all...]
hebrwcal.h 118 ADAR_1,
  /external/icu4c/test/intltest/
caltest.cpp     [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 45 milliseconds