Searched defs:origFormat (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/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/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp2076 UnicodeString origFormat; local
2077 en_full->format(*c, origFormat, pos);
2079 if(parseFormat!=origFormat) {
2080 errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat);
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp2348 UnicodeString origFormat; local
2349 en_full->format(*c, origFormat, pos);
2351 if(parseFormat!=origFormat) {
2352 errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat);

Completed in 273 milliseconds