Home | History | Annotate | Download | only in intltest

Lines Matching defs:pFormat

1494     NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status);
1496 if (pFormat == NULL || U_FAILURE(status)) {
1499 pFormat->setLenient(TRUE);
1503 pFormat->parse(testCase, n, status);
1516 pFormat->parse(testCase, n, status);
1526 delete pFormat;