Searched refs:cFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/iotest/ |
D | iotest.cpp | 204 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() local 298 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf() 302 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf() 327 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf() 331 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf() 572 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintfPrecision() local 650 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintfPrecision() 654 i, cFormat, cBuffer, cExpected); in DataDrivenPrintfPrecision()
|
D | strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
D | filetst.c | 1111 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 1127 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 998 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); in TestLenientParse() local 1000 if (cFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1003 cFormat->setLenient(TRUE); in TestLenientParse() 1007 cFormat->parse(testCase, n, status); in TestLenientParse() 1020 cFormat->parse(testCase, n, status); in TestLenientParse() 1030 delete cFormat; in TestLenientParse()
|