Home | History | Annotate | Download | only in intltest

Lines Matching refs:cFormat

1012     NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status);
1014 if (cFormat == NULL || U_FAILURE(status)) {
1017 cFormat->setLenient(TRUE);
1021 cFormat->parse(testCase, n, status);
1034 cFormat->parse(testCase, n, status);
1044 delete cFormat;