Home
last modified time | relevance | path

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

/external/icu4c/test/iotest/
Dstrtst.c378 static const UChar abcUChars[] = {0x61,0x62,0x63,0}; 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()
642 static const UChar abcUChars[] = {0x61,0x62,0x63,0x63,0x64,0x65,0x66,0x67,0}; in TestSScanset() local
645 TestSScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestSScanset()
646 TestSScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestSScanset()
648 TestSScanSetFormat("%[ab]S", abcUChars, abcChars, TRUE); in TestSScanset()
649 TestSScanSetFormat("%[ba]S", abcUChars, abcChars, TRUE); in TestSScanset()
651 TestSScanSetFormat("%[ab]", abcUChars, abcChars, TRUE); in TestSScanset()
[all …]
Dfiletst.c1140 static const UChar abcUChars[] = {0x61,0x62,0x63,0}; in TestFprintfFormat() local
1149 TestFPrintFormat("%8S", abcUChars, "%8s", abcChars); in TestFprintfFormat()
1150 TestFPrintFormat("%-8S", abcUChars, "%-8s", abcChars); in TestFprintfFormat()
1151 TestFPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestFprintfFormat()
1328 static const UChar abcUChars[] = {0x61,0x62,0x63,0x63,0x64,0x65,0x66,0x67,0}; in TestFScanset() local
1331 TestFScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE); in TestFScanset()
1332 TestFScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE); in TestFScanset()
1334 TestFScanSetFormat("%[ab]S", abcUChars, abcChars, TRUE); in TestFScanset()
1335 TestFScanSetFormat("%[ba]S", abcUChars, abcChars, TRUE); in TestFScanset()
1337 TestFScanSetFormat("%[ab]", abcUChars, abcChars, TRUE); in TestFScanset()
[all …]