Home | History | Annotate | Download | only in intltest

Lines Matching full:pformat

1028     NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status);
1030 if (pFormat == NULL || U_FAILURE(status)) {
1033 pFormat->setLenient(TRUE);
1037 pFormat->parse(testCase, n, status);
1050 pFormat->parse(testCase, n, status);
1060 delete pFormat;