Home | History | Annotate | Download | only in iotest

Lines Matching refs:uValue

1111 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \
1121 uNumPrinted = u_fprintf(myFile, uFormat, uValue);\
1281 static void TestFScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool expectedToPass) {
1300 u_fprintf(myFile, "%S", uValue);
1371 static void TestBadFScanfFormat(const char *format, const UChar *uValue, const char *cValue) {
1385 u_fprintf(myFile, "%S", uValue);