Searched defs:TestSPrintFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/iotest/
H A Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ macro
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("
504 #undef TestSPrintFormat macro
[all...]
/external/icu4c/test/iotest/
H A Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ macro
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("
504 #undef TestSPrintFormat macro
[all...]

Completed in 99 milliseconds