HomeSort by relevance Sort by last modified time
    Searched defs:ERAS (Results 1 - 15 of 15) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
JapaneseCalendar.java 16 * that numbers years and eras based on the reigns of the Japanese emperors.
30 * In modern times, eras have started on January 8, 1868 AD, Gregorian (Meiji),
32 * for these eras, suitable for use in the <code>ERA</code> field, are provided
133 * Eras are numbered starting with the Tenki era, which
135 * eras can be specified using the constants
215 + ERAS[internalGet(ERA, CURRENT_ERA) * 3] // add gregorian starting year
235 if(extendedYear == ERAS[era*3]) {
236 return ERAS[(era*3)+1] // month..
255 if(extendedYear == ERAS[era*3]) { // if it is year 1..
256 if(month == ((ERAS[(era*3)+1])-1)) { // if it is the emperor's first month..
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
JapaneseCalendar.java 15 * that numbers years and eras based on the reigns of the Japanese emperors.
29 * In modern times, eras have started on January 8, 1868 AD, Gregorian (Meiji),
31 * for these eras, suitable for use in the <code>ERA</code> field, are provided
140 * Eras are numbered starting with the Tenki era, which
142 * eras can be specified using the constants
226 + ERAS[internalGet(ERA, CURRENT_ERA) * 3] // add gregorian starting year
247 if(extendedYear == ERAS[era*3]) {
248 return ERAS[(era*3)+1] // month..
268 if(extendedYear == ERAS[era*3]) { // if it is year 1..
269 if(month == ((ERAS[(era*3)+1])-1)) { // if it is the emperor's first month..
    [all...]
  /libcore/ojluni/src/main/java/java/time/temporal/
ChronoUnit.java 176 * The ISO calendar system doesn't have eras thus it is impossible to add
182 ERAS("Eras", Duration.ofSeconds(31556952L * 1000_000_000L)),
234 * All units from days to eras inclusive are date-based.
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 77 milliseconds