Searched defs:RegexMatcher (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h625 class U_I18N_API RegexMatcher: public UObject { class in inherits:UObject
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drematch.cpp77 RegexMatcher::RegexMatcher(const RegexPattern *pat) { function in class:RegexMatcher
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, function in class:RegexMatcher
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input, function in class:RegexMatcher
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp, function in class:RegexMatcher
144 RegexMatcher function in class:RegexMatcher
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp3739 TEST_ASSERT(expectedcount < EXPECTEDSIZE); return; } expected[expectedcount ++] = i; } testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); } delete bi; } void RBBITest::TestSentBreaks(void) { Locale locale(�); UErrorCode status = U_ZERO_ERROR; BreakIterator *bi = BreakIterator::createSentenceInstance(locale, status); UChar str[200]; static const char *strlist[] = { �, �, �, �, �, �, �, �, �, �, � � � �, � � � � � � }; int loop; if (U_FAILURE(status)) { errcheckln(status, �, u_errorName(status)); return; } for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) { u_unescape(strlist[loop], str, (int32_t)(sizeof(str) / sizeof(str[0]))); UnicodeString ustr(str); RBBISentMonkey monkey; if (U_FAILURE(monkey.deferredStatus)) { continue; } const int EXPECTEDSIZE = 50; int expected[EXPECTEDSIZE]; int expectedcount = 0; monkey.setText(ustr); int i; for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) { if (expectedcount >= EXPECTEDSIZE) { TEST_ASSERT(expectedcount < EXPECTEDSIZE); return; } expected[expectedcount ++] = i; } testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); } delete bi; } void RBBITest::TestMonkey(char *params) { UErrorCode status = U_ZERO_ERROR; int32_t loopCount = 500; int32_t seed = 1; UnicodeString breakType = �; Locale locale(�); UBool useUText = FALSE; if (quick == FALSE) { loopCount = 10000; } if (params) { UnicodeString p(params); loopCount = getIntParam(�, p, loopCount); seed = getIntParam(�, p, seed); RegexMatcher m(�, p, 0, status); if (m.find()) { breakType = m.group(1, status); m.reset(); p = m.replaceFirst(�, status); } RegexMatcher u(�, p, 0, status); if (u.find()) { useUText = TRUE; u.reset(); p = u.replaceFirst(�, status); } if (RegexMatcher(UNICODE_STRING_SIMPLE(�), p, 0, status).find()) { char buf[100]; p.extract(buf, sizeof(buf), NULL, status); buf[sizeof(buf)-1] = 0; errln(�, buf); return; } } if (breakType == � || breakType == �) { RBBICharMonkey m; BreakIterator *bi = BreakIterator::createCharacterInstance(locale, status); if (U_SUCCESS(status)) { RunMonkey(bi, m, �, seed, loopCount, useUText); if (breakType == � && useUText==FALSE) { RunMonkey(bi, m, �, seed, loopCount, TRUE); } } else { errcheckln(status, �, u_errorName(status)); } delete bi; } if (breakType == � || breakType == �) { logln(�); RBBIWordMonkey m; BreakIterator *bi = BreakIterator::createWordInstance(locale, status); if (U_SUCCESS(status)) { RunMonkey(bi, m, �, seed, loopCount, useUText); } else { errcheckln(status, �, u_errorName(status)); } delete bi; } if (breakType == � || breakType == �) { logln(�); RBBILineMonkey m; BreakIterator *bi = BreakIterator::createLineInstance(locale, status); if (loopCount >= 10) { loopCount = loopCount / 5; } if (U_SUCCESS(status)) { RunMonkey(bi, m, �, seed, loopCount, useUText); } else { errcheckln(status, �, u_errorName(status)); } delete bi; } if (breakType == � || breakType == � ) { logln(�); RBBISentMonkey m; BreakIterator *bi = BreakIterator::createSentenceInstance(locale, status); if (loopCount >= 10) argument
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h2090 #define RegexMatcher U_ICU_ENTRY_POINT_RENAME(RegexMatcher) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Durename.h2090 #define RegexMatcher U_ICU_ENTRY_POINT_RENAME(RegexMatcher) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Durename.h2090 #define RegexMatcher U_ICU_ENTRY_POINT_RENAME(RegexMatcher) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h2090 #define RegexMatcher U_ICU_ENTRY_POINT_RENAME(RegexMatcher) macro

Completed in 187 milliseconds