Home | History | Annotate | Download | only in i18n

Lines Matching refs:mStart

3849     int32_t  mStart = -1;
3928 mStart = firstCEI->lowIndex;
3982 if (!isBreakBoundary(strsrch, mStart)) {
3992 if (mStart == secondIx) {
4032 if (! checkIdentical(strsrch, mStart, mLimit)) {
4056 mStart = -1;
4060 *matchStart= mStart;
4140 int32_t mStart = -1;
4208 mStart = firstCEI->lowIndex;
4216 if (!isBreakBoundary(strsrch, mStart)) {
4222 if (mStart == firstCEI->highIndex) {
4283 if (! checkIdentical(strsrch, mStart, mLimit)) {
4307 mStart = -1;
4311 *matchStart= mStart;