Home | History | Annotate | Download | only in i18n

Lines Matching defs:mStart

3776     int32_t  mStart = -1;
3822 mStart = firstCEI->lowIndex;
3845 if (isBreakBoundary(strsrch, mStart)) {
3855 if (mStart == secondIx) {
3886 if (! checkIdentical(strsrch, mStart, mLimit)) {
3910 mStart = -1;
3914 *matchStart= mStart;
3995 int32_t mStart = -1;
4042 mStart = firstCEI->lowIndex;
4067 if (isBreakBoundary(strsrch, mStart)) {
4073 if (mStart == firstCEI->highIndex) {
4105 if (! checkIdentical(strsrch, mStart, mLimit)) {
4129 mStart = -1;
4133 *matchStart= mStart;