Home
last modified time | relevance | path

Searched refs:fmtd (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/regex/src/
Dprog.rs174 fn with_goto(cur: usize, goto: usize, fmtd: String) -> String { in fmt()
176 fmtd in fmt()
178 format!("{} (goto: {})", fmtd, goto) in fmt()
Ddfa.rs1762 let mut fmtd = f.debug_map(); in fmt() localVariable
1766 fmtd.entry(&si.to_string(), &TransitionsRow(&self.table[s..e])); in fmt()
1768 fmtd.finish() in fmt()
1776 let mut fmtd = f.debug_map(); in fmt() localVariable
1781 fmtd.entry(&vb(b as usize), &"DEAD"); in fmt()
1784 fmtd.entry(&vb(b as usize), &si.to_string()); in fmt()
1788 fmtd.finish() in fmt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberRangeFormatterTest.java769 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions() local
787 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
793 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions() local
808 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
814 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions() local
824 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
DNumberFormatterApiTest.java5434 FormattedNumber fmtd = assertFormatSingle( in fieldPositionLogic() local
5452 assertNumberFieldPositions(message, fmtd, expectedFieldPositions); in fieldPositionLogic()
5458 while (fmtd.nextPosition(actual)) { in fieldPositionLogic()
5482 fmtd = NumberFormatter.withLocale(ULocale.ENGLISH).format(5); in fieldPositionLogic()
5483 assertFalse("No fraction part in an integer", fmtd.nextPosition(actual)); in fieldPositionLogic()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberRangeFormatterTest.java766 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions() local
784 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
790 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions() local
805 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
811 FormattedNumberRange fmtd = assertFormattedRangeEquals( in testFieldPositions() local
821 … FormattedValueTest.checkFormattedValue(message, fmtd, expectedString, expectedFieldPositions); in testFieldPositions()
DNumberFormatterApiTest.java5431 FormattedNumber fmtd = assertFormatSingle( in fieldPositionLogic() local
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()
/external/icu/icu4c/source/test/intltest/
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()
Dnumbertest_api.cpp5265 FormattedNumber fmtd = assertFormatSingle( in fieldPositionLogic() local
5286 fmtd, in fieldPositionLogic()
5294 while (fmtd.nextPosition(actual, status)) { in fieldPositionLogic()
5314 fmtd = NumberFormatter::withLocale("en").formatInt(5, status); in fieldPositionLogic()
5315 assertFalse(u"No fraction part in an integer", fmtd.nextPosition(actual, status)); in fieldPositionLogic()
/external/cronet/third_party/icu/source/test/intltest/
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()
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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTest.java64 StringBuffer fmtd = new StringBuffer(""); in Test4029195() local
66 fmtd = sdf.format(today, fmtd, pos); in Test4029195()
67 logln("today: " + fmtd); in Test4029195()
652 StringBuffer fmtd = new StringBuffer(""); in Test4106807() local
654 fmtd = df.format(dt, fmtd, pos); in Test4106807()
655 logln(fmtd.toString()); in Test4106807()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTest.java61 StringBuffer fmtd = new StringBuffer(""); in Test4029195() local
63 fmtd = sdf.format(today, fmtd, pos); in Test4029195()
64 logln("today: " + fmtd); in Test4029195()
649 StringBuffer fmtd = new StringBuffer(""); in Test4106807() local
651 fmtd = df.format(dt, fmtd, pos); in Test4106807()
652 logln(fmtd.toString()); in Test4106807()