Lines Matching full:testptr
788 const RBBITailoringTest * testPtr;
789 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) {
791 UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
798 if (!foundError && offsindx >= testPtr->numOffsets) {
800 testPtr->locale, testPtr->type, offset);
802 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
804 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset);
808 if (!foundError && offsindx < testPtr->numOffsets) {
810 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]);
815 if (!foundError && offsindx >= testPtr->numOffsets) {
817 testPtr->locale, testPtr->type, offset);
819 } else if (!foundError && offset != testPtr->offsRev[offsindx]) {
821 testPtr->locale, testPtr->type, testPtr->offsRev[offsindx], offset);
825 if (!foundError && offsindx < testPtr->numOffsets) {
827 testPtr->locale, testPtrtestPtr->offsRev[offsindx]);
832 log_err_status(status, "FAIL: locale %s, break type %d, ubrk_open status: %s\n", testPtr->locale, testPtr->type, u_errorName(status));