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

  /external/icu4c/test/iotest/
strtst.c 378 static const UChar abcUChars[] = {0x61,0x62,0x63,0};
389 TestSPrintFormat("%8S", abcUChars, "%8s", abcChars);
390 TestSPrintFormat("%-8S", abcUChars, "%-8s", abcChars);
391 TestSPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */
642 static const UChar abcUChars[] = {0x61,0x62,0x63,0x63,0x64,0x65,0x66,0x67,0};
645 TestSScanSetFormat("%[bc]S", abcUChars, abcChars, TRUE);
646 TestSScanSetFormat("%[cb]S", abcUChars, abcChars, TRUE);
648 TestSScanSetFormat("%[ab]S", abcUChars, abcChars, TRUE);
649 TestSScanSetFormat("%[ba]S", abcUChars, abcChars, TRUE);
651 TestSScanSetFormat("%[ab]", abcUChars, abcChars, TRUE)
    [all...]
filetst.c     [all...]

Completed in 64 milliseconds