Searched refs:fLookLimit (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Drematch.cpp206 fLookLimit = 0;
1669 fLookLimit = nativeLimit;
1847 fLookLimit = fInputLength;
2291 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit);
2491 if (pos >= fLookLimit) {
2529 if (pos >= fLookLimit) {
2535 U16_GET(inputBuf, fLookStart, pos, fLookLimit, c);
2585 if (pos >= fLookLimit) {
3725 fActiveLimit = fLookLimit; // transparent bounds.
5175 fActiveLimit = fLookLimit; // transparen
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h1782 int64_t fLookLimit; // and other boundary tests. See member in class:RegexMatcher
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1773 int64_t fLookLimit; // and other boundary tests. See member in class:RegexMatcher
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp206 fLookLimit = 0;
1706 fLookLimit = nativeLimit;
1884 fLookLimit = fInputLength;
2328 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit);
2528 if (pos >= fLookLimit) {
2566 if (pos >= fLookLimit) {
2572 U16_GET(inputBuf, fLookStart, pos, fLookLimit, c);
2622 if (pos >= fLookLimit) {
3768 fActiveLimit = fLookLimit; // transparent bounds.
5224 fActiveLimit = fLookLimit; // transparen
[all...]

Completed in 549 milliseconds