Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dfiletst.c1123 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ macro
1161 TestFPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestFprintfFormat()
1162 TestFPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestFprintfFormat()
1163 TestFPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat()
1165 TestFPrintFormat("%8s", abcChars, "%8s", abcChars); in TestFprintfFormat()
1166 TestFPrintFormat("%-8s", abcChars, "%-8s", abcChars); in TestFprintfFormat()
1167 TestFPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat()
1169 TestFPrintFormat("%8c", (char)'e', "%8c", (char)'e'); in TestFprintfFormat()
1170 TestFPrintFormat("%-8c", (char)'e', "%-8c", (char)'e'); in TestFprintfFormat()
1172 TestFPrintFormat("%8C", (UChar)0x65, "%8c", (char)'e'); in TestFprintfFormat()
[all …]