Lines Matching defs:region
894 // This will reset the region to be the full input length.
1601 // region
1604 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) {
1647 RegexMatcher &RegexMatcher::region(int64_t start, int64_t limit, UErrorCode &status) {
1648 return region(start, limit, -1, status);
1899 reset(); // Reset also resets the region to be the entire string.
2525 // TODO: double-check edge cases at region boundaries.
2732 // toEnd: if true, match must extend to end of the input region
3809 fActiveStart = fLookStart; // Set the match region change for
3836 // Restore the active region bounds in the input string; they may have
3837 // been changed because of transparent bounds on a Region.
4298 // toEnd: if true, match must extend to end of the input region
5325 fActiveStart = fLookStart; // Set the match region change for
5352 // Restore the active region bounds in the input string; they may have
5353 // been changed because of transparent bounds on a Region.