OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abcUChars
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/iotest/
strtst.c
381
static const UChar
abcUChars
[] = {0x61,0x62,0x63,0};
392
TestSPrintFormat("%8S",
abcUChars
, "%8s", abcChars);
393
TestSPrintFormat("%-8S",
abcUChars
, "%-8s", abcChars);
394
TestSPrintFormat("%.2S",
abcUChars
, "%.2s", abcChars); /* strlen is 3 */
645
static const UChar
abcUChars
[] = {0x61,0x62,0x63,0x63,0x64,0x65,0x66,0x67,0};
648
TestSScanSetFormat("%[bc]S",
abcUChars
, abcChars, TRUE);
649
TestSScanSetFormat("%[cb]S",
abcUChars
, abcChars, TRUE);
651
TestSScanSetFormat("%[ab]S",
abcUChars
, abcChars, TRUE);
652
TestSScanSetFormat("%[ba]S",
abcUChars
, abcChars, TRUE);
654
TestSScanSetFormat("%[ab]",
abcUChars
, abcChars, TRUE)
[
all
...]
filetst.c
[
all
...]
Completed in 709 milliseconds