Searched refs:origFormat (Results 1 – 2 of 2) sorted by relevance
353 public Strftime(String origFormat) { in Strftime() argument354 String convertedFormat = convertDateFormat(origFormat); in Strftime()364 public Strftime(String origFormat, Locale locale) { in Strftime() argument365 String convertedFormat = convertDateFormat(origFormat); in Strftime()
2462 UnicodeString origFormat; in TestRelative() local2463 en_full->format(*c, origFormat, pos); in TestRelative()2465 if(parseFormat!=origFormat) { in TestRelative()2466 …elative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat); in TestRelative()