Home | History | Annotate | Download | only in i18n

Lines Matching defs:mStart

3836     int32_t  mStart = -1;
3906 mStart = firstCEI->lowIndex;
3960 if (isBreakBoundary(strsrch, mStart)) {
3970 if (mStart == secondIx) {
4001 if (! checkIdentical(strsrch, mStart, mLimit)) {
4025 mStart = -1;
4029 *matchStart= mStart;
4110 int32_t mStart = -1;
4172 mStart = firstCEI->lowIndex;
4197 if (isBreakBoundary(strsrch, mStart)) {
4203 if (mStart == firstCEI->highIndex) {
4235 if (! checkIdentical(strsrch, mStart, mLimit)) {
4259 mStart = -1;
4263 *matchStart= mStart;