OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSPrintFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
strtst.c
358
#define
TestSPrintFormat
(uFormat, uValue, cFormat, cValue) \
389
TestSPrintFormat
("%8S", abcUChars, "%8s", abcChars);
390
TestSPrintFormat
("%-8S", abcUChars, "%-8s", abcChars);
391
TestSPrintFormat
("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */
393
TestSPrintFormat
("%8s", abcChars, "%8s", abcChars);
394
TestSPrintFormat
("%-8s", abcChars, "%-8s", abcChars);
395
TestSPrintFormat
("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */
397
TestSPrintFormat
("%8c", (char)'e', "%8c", (char)'e');
398
TestSPrintFormat
("%-8c", (char)'e', "%-8c", (char)'e');
400
TestSPrintFormat
("%8C", (UChar)0x65, "%8c", (char)'e')
[
all
...]
/external/icu4c/test/iotest/
strtst.c
358
#define
TestSPrintFormat
(uFormat, uValue, cFormat, cValue) \
389
TestSPrintFormat
("%8S", abcUChars, "%8s", abcChars);
390
TestSPrintFormat
("%-8S", abcUChars, "%-8s", abcChars);
391
TestSPrintFormat
("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */
393
TestSPrintFormat
("%8s", abcChars, "%8s", abcChars);
394
TestSPrintFormat
("%-8s", abcChars, "%-8s", abcChars);
395
TestSPrintFormat
("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */
397
TestSPrintFormat
("%8c", (char)'e', "%8c", (char)'e');
398
TestSPrintFormat
("%-8c", (char)'e', "%-8c", (char)'e');
400
TestSPrintFormat
("%8C", (UChar)0x65, "%8c", (char)'e')
[
all
...]
Completed in 1398 milliseconds