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

  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 58 String[] ampms, eras, months, shortMonths, shortWeekdays, weekdays; field in class:DateFormatSymbols
111 this.eras = localeData.eras;
206 Arrays.equals(eras, rhs.eras) &&
231 ",eras=" + Arrays.toString(eras) +
260 return eras.clone();
353 for (String element : eras) {
399 eras = data.clone()
    [all...]
SimpleDateFormat.java 597 buffer.append(formatData.eras[calendar.get(Calendar.ERA)]);
    [all...]
  /external/icu4c/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
dtfmtsym.cpp 182 static const char gErasTag[]="eras";
1289 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status); local
    [all...]
taiwncal.h 39 * The Taiwan Calendar has two eras: <code>BEFORE_MINGUO</code> and <code>MINGUO</code>.
japancal.cpp 416 // are the same, compare days of month. In the ERAS array
  /external/icu4c/test/intltest/
miscdtfm.cpp 333 const UnicodeString *eras = symbols->getEraNames(eraCount); local
335 logln(UnicodeString("BC = ") + eras[0]);
336 if (eras[0] != bc) {
341 logln(UnicodeString("AD = ") + eras[1]);
342 if (eras[1] != ad) {
tsdtfmsy.cpp 163 const UnicodeString *eras = en.getEras(count); local
165 errln("ERROR: 0 english eras.. exiting..\n");
172 } else if ( eraNames[0].length() <= eras[0].length() ) {
174 errln("ERROR: english eraNames[0] not longer than eras[0]\n");
180 } else if ( narrowEras[0].length() >= eras[0].length() ) {
182 errln("ERROR: english narrowEras[0] not shorter than eras[0]\n");
185 fr.setEras(eras, count);
incaltst.cpp 361 * Verify that JapaneseCalendar shifts years to Japanese Eras but otherwise
595 { // Jitterbug 1869 - this is an ambiguous era. (Showa 64 = Jan 6 1989, but Showa could be 2 other eras) )
restsnew.cpp     [all...]
calcasts.cpp 16 #include "hebrwcal.h" // for Eras
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 50 public String[] eras; field in class:LocaleData
127 "eras=" + Arrays.toString(eras) + "," +
  /external/icu4c/i18n/unicode/
dtfmtsym.h 72 * for example, 'Eras_japanese' instead of 'Eras'. If the resource 'Eras_japanese' did
73 * not exist (even in root), then this class will fall back to just 'Eras', that is,
191 * @param eras Array of era strings (DateFormatSymbols retains ownership.)
195 void setEras(const UnicodeString* eras, int32_t count);
gregocal.h 43 * The standard (Gregorian) calendar has 2 eras, BC and AD.
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 165 result.eras = new String[] { "BC", "AD" };
  /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/icu4c/test/testdata/
structLocale.txt     [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 441 setStringArrayField(env, localeData, "eras", erasStrs, count);
  /external/icu4c/test/cintltst/
creststn.c     [all...]
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 29 * The standard (Gregorian) calendar has 2 eras, BC and AD.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1744 milliseconds