Home | History | Annotate | Download | only in intltest

Lines Matching full:cformat

993     NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status);
995 if (cFormat == NULL || U_FAILURE(status)) {
998 cFormat->setLenient(TRUE);
1002 cFormat->parse(testCase, n, status);
1015 cFormat->parse(testCase, n, status);
1025 delete cFormat;