Lines Matching refs:univ
1975 SimpleDateFormat univ("EE G yyyy MM dd HH:mm:ss.SSS z", loc, ec); in expect() local
2007 univ.format(date, str.remove()), in expect()
2008 univ.format(parsedate, str2.remove())); in expect()
2021 univ.format(date, str.remove()), in expect()
2022 univ.format(parsedate, str2.remove())); in expect()
2043 univ.format(date, str.remove()), in expect()
2044 univ.format(parsedate, str2.remove())); in expect()
2079 SimpleDateFormat univ("EE G yyyy MM dd HH:mm:ss.SSS z", loc, ec); in expectFormat() local
2199 SimpleDateFormat univ("yyyy MM dd HH:mm zzz", en, status); in TestGenericTime() local
2207 UDate d = univ.parse(times[i], status); in TestGenericTime()
2293 SimpleDateFormat univ("HH:mm Z", en, status); in TestZTimeZoneParsing() local
2296 univ.setTimeZone(*t); in TestZTimeZoneParsing()
2298 univ.setLenient(false); in TestZTimeZoneParsing()
2314 UDate d = univ.parse(tests[i].input, pp); in TestZTimeZoneParsing()
2321 univ.format(d, result); in TestZTimeZoneParsing()