Home | History | Annotate | Download | only in i18n

Lines Matching defs:nativeLimit

1682     int64_t nativeLimit = regionLimit;
1683 if (nativeStart > fInputLength || nativeLimit > fInputLength) {
1693 fRegionLimit = nativeLimit;
1695 fActiveLimit = nativeLimit;
1706 fLookLimit = nativeLimit;
1710 fAnchorLimit = nativeLimit;