Home
last modified time | relevance | path

Searched defs:fmt2 (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dincaltst.cpp444 …SimpleDateFormat fmt2(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); in TestBuddhistFormat() local
522 …SimpleDateFormat fmt2(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); in TestJapaneseFormat() local
636 …SimpleDateFormat fmt2(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gregorian… in TestJapanese3860() local
901 …SimpleDateFormat fmt2(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); in TestPersianFormat() local
1132 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); in simpleTest() local
H A Dreldatefmttest.cpp975 RelativeDateTimeFormatter fmt2(fmt); in TestEnglishCaps() local
1085 RelativeDateTimeFormatter fmt2(fmt); in TestCustomNumberFormat() local
1109 RelativeDateTimeFormatter fmt2(fmt); in TestGetters() local
H A Dnumfmtst.cpp1476 DecimalFormat fmt2(UnicodeString("0.###E+0"), US, status); in TestExponent() local
2474 DecimalFormat fmt2(pat, sym, ec); in TestAdoptDecimalFormatSymbols() local
2510 DecimalFormat fmt2("", sym, ec); in TestPerMill() local
8385 DecimalFormat fmt2(pattern, sym, status); in TestToPatternScientific11648() local
8742 DecimalFormat fmt2(topattern, status); in Test11649_toPatternWithMultiCurrency() local
8860 LocalPointer<NumberFormat> fmt2(NumberFormat::createCurrencyInstance(loc2, status)); in Test11035_FormatCurrencyAmount() local
9374 DecimalFormat fmt2(pattern, status); in Test11648_ExpDecFormatMalPattern() local
9392 DecimalFormat fmt2(topattern, status); in Test11649_DecFmtCurrencies() local
H A Dtchcfmt.cpp481 ChoiceFormat fmt2(PAT, status); in TestClosures() local
H A Dsimpleformattertest.cpp305 SimpleFormatter fmt2("Arguments {0} and {1}", status); in TestBadArguments() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp446 …SimpleDateFormat fmt2(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); in TestBuddhistFormat() local
526 …SimpleDateFormat fmt2(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); in TestJapaneseFormat() local
640 …SimpleDateFormat fmt2(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gregorian… in TestJapanese3860() local
905 …SimpleDateFormat fmt2(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); in TestPersianFormat() local
1152 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); in simpleTest() local
H A Dreldatefmttest.cpp976 RelativeDateTimeFormatter fmt2(fmt); in TestEnglishCaps() local
1086 RelativeDateTimeFormatter fmt2(fmt); in TestCustomNumberFormat() local
1110 RelativeDateTimeFormatter fmt2(fmt); in TestGetters() local
H A Dnumfmtst.cpp1476 DecimalFormat fmt2(UnicodeString("0.###E+0"), US, status); in TestExponent() local
2474 DecimalFormat fmt2(pat, sym, ec); in TestAdoptDecimalFormatSymbols() local
2510 DecimalFormat fmt2("", sym, ec); in TestPerMill() local
8385 DecimalFormat fmt2(pattern, sym, status); in TestToPatternScientific11648() local
8742 DecimalFormat fmt2(topattern, status); in Test11649_toPatternWithMultiCurrency() local
8860 LocalPointer<NumberFormat> fmt2(NumberFormat::createCurrencyInstance(loc2, status)); in Test11035_FormatCurrencyAmount() local
9374 DecimalFormat fmt2(pattern, status); in Test11648_ExpDecFormatMalPattern() local
9392 DecimalFormat fmt2(topattern, status); in Test11649_DecFmtCurrencies() local
H A Dtchcfmt.cpp481 ChoiceFormat fmt2(PAT, status); in TestClosures() local
H A Dsimpleformattertest.cpp306 SimpleFormatter fmt2("Arguments {0} and {1}", status); in TestBadArguments() local
/aosp_15_r20/frameworks/av/media/ndk/tests/
H A DNdkMediaFormat_test.cpp34 AMediaFormat *fmt2 = AMediaFormat_new(); in TEST() local
185 AMediaFormat *fmt2 = AMediaFormat_new(); in TEST() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/
H A DJapaneseTest.java186 …SimpleDateFormat fmt2 = new SimpleDateFormat("HH:mm:ss.S MMMM d, yyyy G", new ULocale("en_US@calen… in Test3860() local
283 DateFormat fmt2= DateFormat.getDateInstance(); //DateFormat.LONG, Locale.US); in Test5345parse() local
H A DChineseTest.java660 DateFormat fmt2 = DateFormat.getDateInstance(ccal2, DateFormat.DEFAULT, ULocale.CHINA); in TestCoverage() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DJapaneseTest.java189 …SimpleDateFormat fmt2 = new SimpleDateFormat("HH:mm:ss.S MMMM d, yyyy G", new ULocale("en_US@calen… in Test3860() local
286 DateFormat fmt2= DateFormat.getDateInstance(); //DateFormat.LONG, Locale.US); in Test5345parse() local
H A DChineseTest.java663 DateFormat fmt2 = DateFormat.getDateInstance(ccal2, DateFormat.DEFAULT, ULocale.CHINA); in TestCoverage() local
/aosp_15_r20/external/scapy/scapy/
H A Dthemes.py46 def create_styler(fmt=None, before="", after="", fmt2="%s"): argument
47 def do_style(val, fmt=fmt, before=before, after=after, fmt2=fmt2): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/test/
Dregex_test.cpp115 string fmt2("_xXx_"); in replace_test() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java37 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); in TestExponent() local
H A DListFormatterTest.java358 ListFormatter fmt2 = ListFormatter.getInstance(uloc, type, width); in TestCreateStyled() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DBigNumberFormatTest.java40 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); in TestExponent() local
H A DListFormatterTest.java361 ListFormatter fmt2 = ListFormatter.getInstance(uloc, type, width); in TestCreateStyled() local
H A DNumberFormatTest.java1194 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); in TestExponent() local
2050 DecimalFormat fmt2 = new DecimalFormat("", sym); in TestPerMill() local
3809 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); in TestFormatToCharacterIteratorThread() local
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1191 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); in TestExponent() local
2047 DecimalFormat fmt2 = new DecimalFormat("", sym); in TestPerMill() local
3806 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); in TestFormatToCharacterIteratorThread() local
/aosp_15_r20/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
H A DMediaTranscodingManagerTest.java667 private boolean compareFormat(MediaFormat fmt1, MediaFormat fmt2) { in compareFormat()
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java865 DateFormat fmt2 = new SimpleDateFormat("z"); in Test4176686() local

12