Home | History | Annotate | Download | only in i18n

Lines Matching refs:MatchAt

425             MatchAt(startPos, FALSE, fDeferredStatus);
450 MatchAt(startPos, FALSE, fDeferredStatus);
466 MatchAt(pos, FALSE, fDeferredStatus);
493 MatchAt(pos, FALSE, fDeferredStatus);
514 MatchAt(startPos, FALSE, fDeferredStatus);
528 MatchAt(startPos, FALSE, fDeferredStatus);
554 MatchAt(startPos, FALSE, fDeferredStatus);
696 MatchAt(fActiveStart, FALSE, status);
714 MatchAt(start, FALSE, status);
734 MatchAt(fActiveStart, TRUE, status);
752 MatchAt(start, TRUE, status);
1439 // MatchAt This is the actual matching engine.
1445 void RegexMatcher::MatchAt(int32_t startIdx, UBool toEnd, UErrorCode &status) {
1455 printf("MatchAt(startIdx=%d)\n", startIdx);