Home | History | Annotate | Download | only in intltest

Lines Matching refs:regionEnd

932         REGEX_ASSERT(m.regionEnd() == testString.length());
945 REGEX_ASSERT(m.regionEnd() == testString.length());
950 REGEX_ASSERT(m.regionEnd
2038 REGEX_ASSERT(m.regionEnd() == (int32_t)strlen("This is test data"));
2051 REGEX_ASSERT(m.regionEnd() == (int32_t)strlen("This is test data"));
2056 REGEX_ASSERT(m.regionEnd() == (int32_t)strlen("short"));
2968 int32_t regionEnd = -1;
3106 regionEnd = deTaggedInput.length();
3121 if ((regionStart>=0 || regionEnd>=0) && (regionStart<0 || regionStart>regionEnd)) {
3157 matcher->region(regionStart, regionEnd, status);
3160 UTF8Matcher->region(regionStart, regionEnd, status);