Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstrtst.c382 static const char abcChars[] = "abc"; in TestSprintfFormat() local
392 TestSPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestSprintfFormat()
393 TestSPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestSprintfFormat()
394 TestSPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat()
396 TestSPrintFormat("%8s", abcChars, "%8s", abcChars); in TestSprintfFormat()
397 TestSPrintFormat("%-8s", abcChars, "%-8s", abcChars); in TestSprintfFormat()
398 TestSPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat()
646 static const char abcChars[] = "abccdefg"; in TestSScanset() local
648 TestSScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestSScanset()
649 TestSScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestSScanset()
[all …]
Dfiletst.c1153 static const char abcChars[] = "abc"; in TestFprintfFormat() local
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()
1341 static const char abcChars[] = "abccdefg"; in TestFScanset() local
1343 TestFScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestFScanset()
1344 TestFScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestFScanset()
[all …]