Home | History | Annotate | Download | only in intltest

Lines Matching defs:cFormat

1011     NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status);
1013 if (cFormat == NULL || U_FAILURE(status)) {
1016 cFormat->setLenient(TRUE);
1020 cFormat->parse(testCase, n, status);
1033 cFormat->parse(testCase, n, status);
1043 delete cFormat;