Searched refs:abcChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 384 static const char abcChars[] = "abc"; in TestSprintfFormat() local 394 TestSPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestSprintfFormat() 395 TestSPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestSprintfFormat() 396 TestSPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat() 398 TestSPrintFormat("%8s", abcChars, "%8s", abcChars); in TestSprintfFormat() 399 TestSPrintFormat("%-8s", abcChars, "%-8s", abcChars); in TestSprintfFormat() 400 TestSPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat() 648 static const char abcChars[] = "abccdefg"; in TestSScanset() local 650 TestSScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestSScanset() 651 TestSScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestSScanset() [all …]
|
D | filetst.c | 1182 static const char abcChars[] = "abc"; in TestFprintfFormat() local 1190 TestFPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestFprintfFormat() 1191 TestFPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestFprintfFormat() 1192 TestFPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat() 1194 TestFPrintFormat("%8s", abcChars, "%8s", abcChars); in TestFprintfFormat() 1195 TestFPrintFormat("%-8s", abcChars, "%-8s", abcChars); in TestFprintfFormat() 1196 TestFPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat() 1370 static const char abcChars[] = "abccdefg"; in TestFScanset() local 1372 TestFScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestFScanset() 1373 TestFScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestFScanset() [all …]
|