Lines Matching refs:symbols
160 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
165 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975()
172 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
186 delete symbols; in test4099975()
195 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
199 df->setDateFormatSymbols(*symbols); in test4099975()
205 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
219 delete symbols; in test4099975()
226 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
228 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975()
235 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
255 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
259 df-> adoptDateFormatSymbols(symbols); in test4099975()
265 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
327 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); in test4117335() local
330 delete symbols; in test4117335()
335 const UnicodeString *eras = symbols->getEraNames(eraCount); in test4117335()
350 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335()
379 delete symbols; in test4117335()