Lines Matching refs:symbols

161         DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);  in test4099975()  local
166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975()
173 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
187 delete symbols; in test4099975()
196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
200 df->setDateFormatSymbols(*symbols); in test4099975()
206 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
220 delete symbols; in test4099975()
227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975()
236 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
256 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
260 df-> adoptDateFormatSymbols(symbols); in test4099975()
266 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
328 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); in test4117335() local
331 delete symbols; in test4117335()
336 const UnicodeString *eras = symbols->getEraNames(eraCount); in test4117335()
351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335()
380 delete symbols; in test4117335()