Home | History | Annotate | Download | only in intltest

Lines Matching refs:breakPos

513             int32_t breakPos = matchingRule->fRuleMatcher->start(breakGroup, status);
514 if (U_FAILURE(status) || breakPos < 0) {
523 fExpectedBreaks.setCharAt(breakPos, (UChar)1);
524 // printf("recording break at %d\n", breakPos);