Searched refs:narrowEras (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h228 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
232 void setNarrowEras(const UnicodeString* narrowEras, int32_t count);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsdtfmsy.cpp213 const UnicodeString *narrowEras = en.getNarrowEras(narrowErasCount); local
215 errln("ERROR: 0 english narrowEras\n");
216 } else if ( narrowEras[0].length() >= eras[0].length() ) {
218 errln("ERROR: english narrowEras[0] not shorter than eras[0]\n");
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp1443 UResourceBundle *narrowEras = ures_getByKeyWithFallback(erasMain, gNamesNarrowTag, NULL, &status); local
1446 narrowEras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status);
1588 initField(&fNarrowEras, fNarrowErasCount, narrowEras, status);
1824 ures_close(narrowEras);

Completed in 122 milliseconds