/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/chromium_org/third_party/icu/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 | 158 static const char gErasTag[]="eras"; 1405 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/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 | 158 static const char gErasTag[]="eras"; 1415 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/chromium_org/third_party/icu/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);
|
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) ) [all...] |
restsnew.cpp | [all...] |
/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 | 189 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/chromium_org/third_party/icu/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);
|
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/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);
|
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...] |
/libcore/luni/src/main/java/libcore/icu/ |
LocaleData.java | 51 public String[] eras; // "BC", "AD". field in class:LocaleData
|
/external/chromium_org/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 | |