Home
last modified time | relevance | path

Searched refs:fmtd (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberRangeFormatterTest.java766 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions()
784 FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
790 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions()
805 FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
811 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions()
821 FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
H A DNumberFormatterApiTest.java5431 FormattedNumber fmtd = assertFormatSingle( in fieldPositionLogic()
5449 assertNumberFieldPositions(message, fmtd, expectedFieldPositions); in fieldPositionLogic()
5455 while (fmtd.nextPosition(actual)) { in fieldPositionLogic()
5479 fmtd = NumberFormatter.withLocale(ULocale.ENGLISH).format(5); in fieldPositionLogic()
5480 assertFalse("No fraction part in an integer", fmtd.nextPosition(actual)); in fieldPositionLogic()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberRangeFormatterTest.java730 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions()
746 FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
752 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions()
765 FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
H A DNumberFormatterApiTest.java2609 FormattedNumber fmtd = assertFormatSingle( in fieldPositionLogic()
2627 assertNumberFieldPositions(message, fmtd, expectedFieldPositions); in fieldPositionLogic()
2633 while (fmtd.nextPosition(actual)) { in fieldPositionLogic()
2657 fmtd = NumberFormatter.withLocale(ULocale.ENGLISH).format(5); in fieldPositionLogic()
2658 assertFalse("No fraction part in an integer", fmtd.nextPosition(actual)); in fieldPositionLogic()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp95 UnicodeString fmtd; in Test4029195() local
98 fmtd = sdf->format(today, fmtd, pos); in Test4029195()
99 logln("today: " + fmtd); in Test4029195()
941 UnicodeString fmtd; in Test4106807() local
943 fmtd = df->format(dt, fmtd, pos); in Test4106807()
944 logln(fmtd); in Test4106807()
H A Dnumbertest_api.cpp5264 FormattedNumber fmtd = assertFormatSingle( in fieldPositionLogic() local
5285 fmtd, in fieldPositionLogic()
5293 while (fmtd.nextPosition(actual, status)) { in fieldPositionLogic()
5313 fmtd = NumberFormatter::withLocale("en").formatInt(5, status); in fieldPositionLogic()
5314 assertFalse(u"No fraction part in an integer", fmtd.nextPosition(actual, status)); in fieldPositionLogic()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTest.java61 StringBuffer fmtd = new StringBuffer(""); in Test4029195()
63 fmtd = sdf.format(today, fmtd, pos); in Test4029195()
64 logln("today: " + fmtd); in Test4029195()
649 StringBuffer fmtd = new StringBuffer(""); in Test4106807()
651 fmtd = df.format(dt, fmtd, pos); in Test4106807()
652 logln(fmtd.toString()); in Test4106807()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTest.java64 StringBuffer fmtd = new StringBuffer(""); in Test4029195()
66 fmtd = sdf.format(today, fmtd, pos); in Test4029195()
67 logln("today: " + fmtd); in Test4029195()
652 StringBuffer fmtd = new StringBuffer(""); in Test4106807()
654 fmtd = df.format(dt, fmtd, pos); in Test4106807()
655 logln(fmtd.toString()); in Test4106807()
/third_party/rust/crates/regex/src/
H A Ddfa.rs1762 let mut fmtd = f.debug_map(); in fmt() variables
1766 fmtd.entry(&si.to_string(), &TransitionsRow(&self.table[s..e]));
1768 fmtd.finish()
1776 let mut fmtd = f.debug_map(); in fmt() variables
1781 fmtd.entry(&vb(b as usize), &"DEAD");
1784 fmtd.entry(&vb(b as usize), &si.to_string());
1788 fmtd.finish()

Completed in 29 milliseconds