Home
last modified time | relevance | path

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

/external/icu4c/test/iotest/
Diotest.cpp204 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()
Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
Dfiletst.c1111 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument
1127 cNumPrinted = sprintf(buffer, cFormat, cValue);\
/external/icu4c/test/intltest/
Dnumfmtst.cpp998 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()