Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testPtr

790     const RBBITailoringTest * testPtr;
791 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) {
793 UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
800 if (!foundError && offsindx >= testPtr->numOffsets) {
802 testPtr->locale, testPtr->type, offset);
804 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
806 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset);
810 if (!foundError && offsindx < testPtr->numOffsets) {
812 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]);
817 if (!foundError && offsindx >= testPtr->numOffsets) {
819 testPtr->locale, testPtr->type, offset);
821 } else if (!foundError && offset != testPtr->offsRev[offsindx]) {
823 testPtr->locale, testPtr->type, testPtr->offsRev[offsindx], offset);
827 if (!foundError && offsindx < testPtr->numOffsets) {
829 testPtr->locale, testPtr->type, testPtr
834 log_err_status(status, "FAIL: locale %s, break type %d, ubrk_open status: %s\n", testPtr->locale, testPtr->type, u_errorName(status));