Home
last modified time | relevance | path

Searched refs:cFormat (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/test/iotest/
Diotest.cpp195 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() local
289 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
293 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
319 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
323 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
565 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintfPrecision() local
643 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintfPrecision()
647 i, cFormat, cBuffer, cExpected); in DataDrivenPrintfPrecision()
Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
Dfiletst.c1044 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument
1060 cNumPrinted = sprintf(buffer, cFormat, cValue);\
/external/icu4c/test/iotest/
Diotest.cpp203 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() local
297 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
301 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
326 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
330 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
571 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintfPrecision() local
649 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintfPrecision()
653 i, cFormat, cBuffer, cExpected); in DataDrivenPrintfPrecision()
Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
Dfiletst.c1048 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument
1064 cNumPrinted = sprintf(buffer, cFormat, cValue);\