Home | History | Annotate | Download | only in intltest

Lines Matching defs:cFormat

1007     NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status);
1009 if (cFormat == NULL || U_FAILURE(status)) {
1012 cFormat->setLenient(TRUE);
1016 cFormat->parse(testCase, n, status);
1029 cFormat->parse(testCase, n, status);
1039 delete cFormat;