HomeSort by relevance Sort by last modified time
    Searched full:eras (Results 1 - 25 of 47) sorted by null

1 2

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
JapaneseCalendar.java 13 * that numbers years and eras based on the reigns of the Japanese emperors.
27 * In modern times, eras have started on January 8, 1868 AD, Gregorian (Meiji),
29 * for these eras, suitable for use in the <code>ERA</code> field, are provided
138 * Eras are numbered starting with the Tenki era, which
140 * eras can be specified using the constants
224 + ERAS[internalGet(ERA, CURRENT_ERA) * 3] // add gregorian starting year
245 if(extendedYear == ERAS[era*3]) {
246 return ERAS[(era*3)+1] // month..
266 if(extendedYear == ERAS[era*3]) { // if it is year 1..
267 if(month == ((ERAS[(era*3)+1])-1)) { // if it is the emperor's first month..
    [all...]
CopticCalendar.java 123 // Eras
EthiopicCalendar.java 139 // Eras
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 59 String[] ampms, eras, months, shortMonths, shortWeekdays, weekdays; field in class:DateFormatSymbols
108 this.eras = localeData.eras;
198 Arrays.equals(eras, rhs.eras) &&
222 ",eras=" + Arrays.toString(eras) +
251 return eras.clone();
360 for (String element : eras) {
406 eras = data.clone()
    [all...]
  /external/icu/icu4c/source/i18n/
japancal.h 32 * that numbers years and eras based on the reigns of the Japanese emperors.
46 * In modern times, eras have started on January 8, 1868 AD, Gregorian (Meiji),
48 * for these eras, suitable for use in the <code>UCAL_ERA</code> field, are provided
taiwncal.h 39 * The Taiwan Calendar has two eras: <code>BEFORE_MINGUO</code> and <code>MINGUO</code>.
dtfmtsym.cpp 188 static const char gErasTag[]="eras";
1549 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status); local
    [all...]
japancal.cpp 416 // are the same, compare days of month. In the ERAS array
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatMiscTests.java 131 final String[] eras = symbols.getEraNames(); local
133 assertEquals("BC =", bc, eras[0]);
134 assertEquals("AD =", ad, eras[1]);
IntlTestDateFormatSymbols.java 136 final String[] eras = en.getEras(); local
137 fr.setEras(eras);
139 count = eras.length;
145 if(! eras[i].equals(eras1[i])) {
  /external/icu/icu4c/source/test/intltest/
miscdtfm.cpp 336 const UnicodeString *eras = symbols->getEraNames(eraCount); local
338 logln(UnicodeString("BC = ") + eras[0]);
339 if (eras[0] != bc) {
344 logln(UnicodeString("AD = ") + eras[1]);
345 if (eras[1] != ad) {
tsdtfmsy.cpp 199 const UnicodeString *eras = en.getEras(count); local
201 errln("ERROR: 0 english eras.. exiting..\n");
208 } else if ( eraNames[0].length() <= eras[0].length() ) {
210 errln("ERROR: english eraNames[0] not longer than eras[0]\n");
216 } else if ( narrowEras[0].length() >= eras[0].length() ) {
218 errln("ERROR: english narrowEras[0] not shorter than eras[0]\n");
221 fr.setEras(eras, count);
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 192 result.eras = new String[] { "BC", "AD" };
  /libcore/luni/src/test/java/libcore/icu/
LocaleDataTest.java 36 assertEquals("BC", l.eras[0]);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_lexpos.utf 19 ADJ_PL "13\/as" "deTimoterT'eras"
33 ADJ_PL "1\/as" "prim'eras"
37 ADJ_PL "21\/as" "bixesimoprim'eras"
41 ADJ_PL "23\/as" "bixesimoterT'eras"
59 ADJ_PL "31\/as" "trixesimoprim'eras"
61 ADJ_PL "3\/as" "terT'eras"
777 AUXB_SG^N_F_PL "eras" "'eras"
815 AUXH_SG "hubieras" "uBj'eras"
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 73 * for example, 'Eras_japanese' instead of 'Eras'. If the resource 'Eras_japanese' did
74 * not exist (even in root), then this class will fall back to just 'Eras', that is,
194 * @param eras Array of era strings (DateFormatSymbols retains ownership.)
198 void setEras(const UnicodeString* eras, int32_t count);
    [all...]
calendar.h 592 * When eras have a definite beginning and end (as in the Chinese calendar, or as in
593 * most eras in the Japanese calendar) then rolling the year past either limit of the
594 * era will cause the year to wrap around. When eras only have a limit at one end,
627 * When eras have a definite beginning and end (as in the Chinese calendar, or as in
628 * most eras in the Japanese calendar) then rolling the year past either limit of the
629 * era will cause the year to wrap around. When eras only have a limit at one end,
659 * When eras have a definite beginning and end (as in the Chinese calendar, or as in
660 * most eras in the Japanese calendar) then rolling the year past either limit of the
661 * era will cause the year to wrap around. When eras only have a limit at one end,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarData.java 139 ICUResourceBundle bundle = get("eras/"+subkey);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormat.java 148 // Logic to handle numeric 'G' eras for chinese calendar, and to skip special 2-digit year
DateFormatSymbols.java 337 String eras[] = null; field in class:DateFormatSymbols
682 return duplicate(eras);
691 eras = duplicate(newEras);
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 51 public String[] eras; // "BC", "AD". field in class:LocaleData
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
SimpleDateFormatICU.java 165 // Eras
  /external/v8/src/
unique.h 43 // in different GC eras; we require heap allocation to be disallowed at
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CopticTest.java 170 // basic check to see that we print out eras ok

Completed in 845 milliseconds

1 2