Searched refs:regionEnd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp1127 REGEX_ASSERT(m.regionEnd() == testString.length());
1140 REGEX_ASSERT(m.regionEnd() == testString.length());
1145 REGEX_ASSERT(m.regionEnd() == shorterString.length());
2292 REGEX_ASSERT(m.regionEnd() == (int32_t)strlen("This is test data"));
2305 REGEX_ASSERT(m.regionEnd() == (int32_t)strlen("This is test data"));
2311 REGEX_ASSERT(m.regionEnd() == (int32_t)strlen("short"));
3308 int32_t regionEnd = -1; local
3452 regionEnd = deTaggedInput.length();
3467 if ((regionStart>=0 || regionEnd>=0) && (regionStart<0 || regionStart>regionEnd)) {
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dregex.h1209 * regionEnd (exclusive).
1219 * regionEnd (exclusive).
1230 * (inclusive) and regionEnd (exclusive).
1235 virtual int32_t regionEnd() const;
1240 * (inclusive) and regionEnd (exclusive).
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARMv7.h67 void recordLinkOffsets(int32_t regionStart, int32_t regionEnd, int32_t offset) {return m_assembler.recordLinkOffsets(regionStart, regionEnd, offset); } argument
H A DARMv7Assembler.h2029 void recordLinkOffsets(int32_t regionStart, int32_t regionEnd, int32_t offset) argument
2032 const int32_t end = regionEnd / sizeof(int32_t);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duregex.cpp910 return regexp->fMatcher->regionEnd();
H A Drematch.cpp1721 // regionEnd
1724 int32_t RegexMatcher::regionEnd() const { function in class:RegexMatcher

Completed in 225 milliseconds