Searched defs:regexp2 (Results 1 - 4 of 4) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Duregex.cpp321 uregex_pattern(const URegularExpression *regexp2, argument
324 RegularExpression *regexp = (RegularExpression*)regexp2;
342 uregex_patternUText(const URegularExpression *regexp2, argument
344 RegularExpression *regexp = (RegularExpression*)regexp2;
355 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { argument
356 RegularExpression *regexp = (RegularExpression*)regexp2;
371 uregex_setText(URegularExpression *regexp2, argument
375 RegularExpression *regexp = (RegularExpression*)regexp2;
405 uregex_setUText(URegularExpression *regexp2, argument
408 RegularExpression *regexp = (RegularExpression*)regexp2;
435 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) argument
475 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) argument
492 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) argument
509 uregex_matches(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) argument
516 uregex_matches64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) argument
539 uregex_lookingAt(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) argument
546 uregex_lookingAt64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) argument
570 uregex_find(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) argument
577 uregex_find64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) argument
601 uregex_findNext(URegularExpression *regexp2, UErrorCode *status) argument
617 uregex_groupCount(URegularExpression *regexp2, UErrorCode *status) argument
634 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
700 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) argument
720 uregex_groupUTextDeep(URegularExpression *regexp2, int32_t groupNum, UText *dest, UErrorCode *status) argument
763 uregex_start(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
770 uregex_start64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
787 uregex_end(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
794 uregex_end64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
811 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) argument
818 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) argument
835 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) argument
843 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) argument
861 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) argument
879 uregex_regionStart(const URegularExpression *regexp2, UErrorCode *status) argument
885 uregex_regionStart64(const URegularExpression *regexp2, UErrorCode *status) argument
901 uregex_regionEnd(const URegularExpression *regexp2, UErrorCode *status) argument
907 uregex_regionEnd64(const URegularExpression *regexp2, UErrorCode *status) argument
923 uregex_hasTransparentBounds(const URegularExpression *regexp2, UErrorCode *status) argument
939 uregex_useTransparentBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) argument
956 uregex_hasAnchoringBounds(const URegularExpression *regexp2, UErrorCode *status) argument
972 uregex_useAnchoringBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) argument
989 uregex_hitEnd(const URegularExpression *regexp2, UErrorCode *status) argument
1005 uregex_requireEnd(const URegularExpression *regexp2, UErrorCode *status) argument
1021 uregex_setTimeLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) argument
1038 uregex_getTimeLimit(const URegularExpression *regexp2, UErrorCode *status) argument
1056 uregex_setStackLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) argument
1073 uregex_getStackLimit(const URegularExpression *regexp2, UErrorCode *status) argument
1090 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) argument
1107 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) argument
1124 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) argument
1141 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) argument
1158 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1208 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) argument
1232 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1269 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) argument
1558 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1574 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) argument
1714 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1727 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) argument
1914 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1941 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]
/external/chromium_org/v8/test/webkit/fast/regex/
H A Ddotstar.js37 var regexp2 = /^.*blah.*/; variable
38 shouldBeNull("regexp2.exec('test')");
39 shouldBe("regexp2.exec('blah')", "['blah']");
40 shouldBe("regexp2.exec('1blah')", "['1blah']");
41 shouldBe("regexp2.exec('blah1')", "['blah1']");
42 shouldBe("regexp2.exec('blah blah blah')", "['blah blah blah']");
43 shouldBe("regexp2.exec('blah\\nsecond')", "['blah']");
44 shouldBeNull("regexp2.exec('first\\nblah')");
45 shouldBeNull("regexp2.exec('first\\nblah\\nthird')");
46 shouldBeNull("regexp2
[all...]
H A Dparentheses.js29 var regexp2 = /(a((b)|c|d))e/; variable
30 shouldBe("regexp2.exec('abacadabe')", "['abe','ab','b','b']");
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp321 uregex_pattern(const URegularExpression *regexp2, argument
324 RegularExpression *regexp = (RegularExpression*)regexp2;
342 uregex_patternUText(const URegularExpression *regexp2, argument
344 RegularExpression *regexp = (RegularExpression*)regexp2;
355 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { argument
356 RegularExpression *regexp = (RegularExpression*)regexp2;
371 uregex_setText(URegularExpression *regexp2, argument
375 RegularExpression *regexp = (RegularExpression*)regexp2;
405 uregex_setUText(URegularExpression *regexp2, argument
408 RegularExpression *regexp = (RegularExpression*)regexp2;
435 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) argument
475 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) argument
492 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) argument
509 uregex_matches(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) argument
516 uregex_matches64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) argument
539 uregex_lookingAt(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) argument
546 uregex_lookingAt64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) argument
570 uregex_find(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) argument
577 uregex_find64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) argument
601 uregex_findNext(URegularExpression *regexp2, UErrorCode *status) argument
617 uregex_groupCount(URegularExpression *regexp2, UErrorCode *status) argument
634 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
697 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) argument
717 uregex_groupUTextDeep(URegularExpression *regexp2, int32_t groupNum, UText *dest, UErrorCode *status) argument
760 uregex_start(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
767 uregex_start64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
784 uregex_end(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
791 uregex_end64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) argument
808 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) argument
815 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) argument
832 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) argument
840 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) argument
858 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) argument
876 uregex_regionStart(const URegularExpression *regexp2, UErrorCode *status) argument
882 uregex_regionStart64(const URegularExpression *regexp2, UErrorCode *status) argument
898 uregex_regionEnd(const URegularExpression *regexp2, UErrorCode *status) argument
904 uregex_regionEnd64(const URegularExpression *regexp2, UErrorCode *status) argument
920 uregex_hasTransparentBounds(const URegularExpression *regexp2, UErrorCode *status) argument
936 uregex_useTransparentBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) argument
953 uregex_hasAnchoringBounds(const URegularExpression *regexp2, UErrorCode *status) argument
969 uregex_useAnchoringBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) argument
986 uregex_hitEnd(const URegularExpression *regexp2, UErrorCode *status) argument
1002 uregex_requireEnd(const URegularExpression *regexp2, UErrorCode *status) argument
1018 uregex_setTimeLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) argument
1035 uregex_getTimeLimit(const URegularExpression *regexp2, UErrorCode *status) argument
1053 uregex_setStackLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) argument
1070 uregex_getStackLimit(const URegularExpression *regexp2, UErrorCode *status) argument
1087 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) argument
1104 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) argument
1121 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) argument
1138 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) argument
1155 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1205 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) argument
1229 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1266 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) argument
1555 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1571 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) argument
1711 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1724 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) argument
1911 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1938 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]

Completed in 382 milliseconds