Searched refs:abcChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 379 static const char abcChars[] = "abc"; in TestSprintfFormat() local 389 TestSPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestSprintfFormat() 390 TestSPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestSprintfFormat() 391 TestSPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat() 393 TestSPrintFormat("%8s", abcChars, "%8s", abcChars); in TestSprintfFormat() 394 TestSPrintFormat("%-8s", abcChars, "%-8s", abcChars); in TestSprintfFormat() 395 TestSPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat() 643 static const char abcChars[] = "abccdefg"; in TestSScanset() local 645 TestSScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestSScanset() 646 TestSScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestSScanset() [all …]
|
D | filetst.c | 1150 static const char abcChars[] = "abc"; in TestFprintfFormat() local 1158 TestFPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestFprintfFormat() 1159 TestFPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestFprintfFormat() 1160 TestFPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat() 1162 TestFPrintFormat("%8s", abcChars, "%8s", abcChars); in TestFprintfFormat() 1163 TestFPrintFormat("%-8s", abcChars, "%-8s", abcChars); in TestFprintfFormat() 1164 TestFPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat() 1338 static const char abcChars[] = "abccdefg"; in TestFScanset() local 1340 TestFScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestFScanset() 1341 TestFScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestFScanset() [all …]
|