Home | History | Annotate | Download | only in intltest

Lines Matching defs:pFormat

1046     NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status);
1048 if (pFormat == NULL || U_FAILURE(status)) {
1051 pFormat->setLenient(TRUE);
1055 pFormat->parse(testCase, n, status);
1068 pFormat->parse(testCase, n, status);
1078 delete pFormat;