Home | History | Annotate | Download | only in static_shim

Lines Matching refs:regionStart

2283 void uregex_setRegion_android(URegularExpression * regexp, int32_t regionStart, int32_t regionLimit, UErrorCode * status) {
2284 uregex_setRegion(regexp, regionStart, regionLimit, status);
2286 void uregex_setRegion64_android(URegularExpression * regexp, int64_t regionStart, int64_t regionLimit, UErrorCode * status) {
2287 uregex_setRegion64(regexp, regionStart, regionLimit, status);
2289 void uregex_setRegionAndStart_android(URegularExpression * regexp, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode * status) {
2290 uregex_setRegionAndStart(regexp, regionStart, regionLimit, startIndex, status);