Home
last modified time | relevance | path

Searched refs:cFormat (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/iotest/
H A Diotest.cpp207 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() local
301 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
305 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
330 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
334 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
542 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenScanf()
546 i, cFormat, cBuffe in DataDrivenScanf()
612 char cFormat[sizeof(cBuffer)]; DataDrivenPrintfPrecision() local
[all...]
H A Dstrtst.c364 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \
371 cNumPrinted = sprintf(buffer, cFormat, cValue);\
H A Dfiletst.c1152 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \
1168 cNumPrinted = sprintf(buffer, cFormat, cValue);\
/third_party/bounds_checking_function/src/
H A Dsecinput.h113 int SecInputS(SecFileStream *stream, const char *cFormat, va_list argList);
116 int SecInputSW(SecFileStream *stream, const wchar_t *cFormat, va_list argList);
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1212 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); in TestLenientParse() local
1214 if (cFormat == NULL || U_FAILURE(status)) { in TestLenientParse()
1217 cFormat->setLenient(true); in TestLenientParse()
1221 cFormat->parse(testCase, n, status); in TestLenientParse()
1235 cFormat->parse(testCase, n, status); in TestLenientParse()
1246 delete cFormat; in TestLenientParse()

Completed in 24 milliseconds