Home | History | Annotate | Download | only in iotest

Lines Matching refs:cValue

1111 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \
1127 cNumPrinted = sprintf(buffer, cFormat, cValue);\
1281 static void TestFScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool expectedToPass) {
1307 cNumScanned = sscanf(cValue, format, buffer);
1371 static void TestBadFScanfFormat(const char *format, const UChar *uValue, const char *cValue) {