HomeSort by relevance Sort by last modified time
    Searched refs:abcChars (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/iotest/
strtst.c 379 static const char abcChars[] = "abc";
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 *
    [all...]
filetst.c     [all...]

Completed in 120 milliseconds