Searched refs:origFormat (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java353 public Strftime(String origFormat) { argument
354 String convertedFormat = convertDateFormat(origFormat);
361 * @param origFormat the strftime-style formatting string
364 public Strftime(String origFormat, Locale locale) { argument
365 String convertedFormat = convertDateFormat(origFormat);
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp2449 UnicodeString origFormat; local
2450 en_full->format(*c, origFormat, pos);
2452 if(parseFormat!=origFormat) {
2453 errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat);

Completed in 131 milliseconds