OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reorderFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
strtst.c
380
const char *
reorderFormat
= "%2$d==>%1$-10.10s %6$lld %4$-10.10s %3$#x((%5$d"; /* reordering test*/
495
u_sprintf(uBuffer,
reorderFormat
,"truncateiftoolong", 99, 990099, "12345678901234567890", 10, 0x123456789abcdef2LL);
499
log_err("%s Got: \"%s\", Expected: \"%s\"\n",
reorderFormat
, compBuffer, buffer);
/external/icu4c/test/iotest/
strtst.c
380
const char *
reorderFormat
= "%2$d==>%1$-10.10s %6$lld %4$-10.10s %3$#x((%5$d"; /* reordering test*/
495
u_sprintf(uBuffer,
reorderFormat
,"truncateiftoolong", 99, 990099, "12345678901234567890", 10, 0x123456789abcdef2LL);
499
log_err("%s Got: \"%s\", Expected: \"%s\"\n",
reorderFormat
, compBuffer, buffer);
Completed in 382 milliseconds