Home
last modified time | relevance | path

Searched refs:regexp2 (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Duregex.cpp323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() argument
326 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern()
344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() argument
346 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags() argument
358 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags()
373 uregex_setText(URegularExpression *regexp2, in uregex_setText() argument
377 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText()
407 uregex_setUText(URegularExpression *regexp2, in uregex_setUText() argument
410 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText()
437 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) uregex_getText() argument
477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
494 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_refreshUText() argument
511 uregex_matches(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_matches() argument
518 uregex_matches64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_matches64() argument
541 uregex_lookingAt(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_lookingAt() argument
548 uregex_lookingAt64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_lookingAt64() argument
572 uregex_find(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_find() argument
579 uregex_find64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_find64() argument
603 uregex_findNext(URegularExpression *regexp2, UErrorCode *status) uregex_findNext() argument
619 uregex_groupCount(URegularExpression *regexp2, UErrorCode *status) uregex_groupCount() argument
636 uregex_groupNumberFromName(URegularExpression *regexp2, const UChar *groupName, int32_t nameLength, UErrorCode *status) uregex_groupNumberFromName() argument
649 uregex_groupNumberFromCName(URegularExpression *regexp2, const char *groupName, int32_t nameLength, UErrorCode *status) uregex_groupNumberFromCName() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
756 uregex_start(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_start() argument
763 uregex_start64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_start64() argument
780 uregex_end(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_end() argument
787 uregex_end64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_end64() argument
804 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) uregex_reset() argument
811 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) uregex_reset64() argument
828 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) uregex_setRegion() argument
836 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) uregex_setRegion64() argument
854 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) uregex_setRegionAndStart() argument
872 uregex_regionStart(const URegularExpression *regexp2, UErrorCode *status) uregex_regionStart() argument
878 uregex_regionStart64(const URegularExpression *regexp2, UErrorCode *status) uregex_regionStart64() argument
894 uregex_regionEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_regionEnd() argument
900 uregex_regionEnd64(const URegularExpression *regexp2, UErrorCode *status) uregex_regionEnd64() argument
916 uregex_hasTransparentBounds(const URegularExpression *regexp2, UErrorCode *status) uregex_hasTransparentBounds() argument
932 uregex_useTransparentBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) uregex_useTransparentBounds() argument
949 uregex_hasAnchoringBounds(const URegularExpression *regexp2, UErrorCode *status) uregex_hasAnchoringBounds() argument
965 uregex_useAnchoringBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) uregex_useAnchoringBounds() argument
982 uregex_hitEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_hitEnd() argument
998 uregex_requireEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_requireEnd() argument
1014 uregex_setTimeLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) uregex_setTimeLimit() argument
1031 uregex_getTimeLimit(const URegularExpression *regexp2, UErrorCode *status) uregex_getTimeLimit() argument
1049 uregex_setStackLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) uregex_setStackLimit() argument
1066 uregex_getStackLimit(const URegularExpression *regexp2, UErrorCode *status) uregex_getStackLimit() argument
1083 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) uregex_setMatchCallback() argument
1100 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) uregex_getMatchCallback() argument
1117 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) uregex_setFindProgressCallback() argument
1134 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) uregex_getFindProgressCallback() argument
1151 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceAll() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1225 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceFirst() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1587 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendReplacement() argument
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1743 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendTail() argument
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
1943 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_split() argument
1970 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_splitUText() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duregex.cpp323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() argument
326 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern()
344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() argument
346 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags() argument
358 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags()
373 uregex_setText(URegularExpression *regexp2, in uregex_setText() argument
377 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText()
407 uregex_setUText(URegularExpression *regexp2, in uregex_setUText() argument
410 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText()
437 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) uregex_getText() argument
477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
494 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_refreshUText() argument
511 uregex_matches(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_matches() argument
518 uregex_matches64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_matches64() argument
541 uregex_lookingAt(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_lookingAt() argument
548 uregex_lookingAt64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_lookingAt64() argument
572 uregex_find(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_find() argument
579 uregex_find64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_find64() argument
603 uregex_findNext(URegularExpression *regexp2, UErrorCode *status) uregex_findNext() argument
619 uregex_groupCount(URegularExpression *regexp2, UErrorCode *status) uregex_groupCount() argument
636 uregex_groupNumberFromName(URegularExpression *regexp2, const char16_t *groupName, int32_t nameLength, UErrorCode *status) uregex_groupNumberFromName() argument
649 uregex_groupNumberFromCName(URegularExpression *regexp2, const char *groupName, int32_t nameLength, UErrorCode *status) uregex_groupNumberFromCName() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, char16_t *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
756 uregex_start(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_start() argument
763 uregex_start64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_start64() argument
780 uregex_end(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_end() argument
787 uregex_end64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_end64() argument
804 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) uregex_reset() argument
811 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) uregex_reset64() argument
828 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) uregex_setRegion() argument
836 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) uregex_setRegion64() argument
854 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) uregex_setRegionAndStart() argument
872 uregex_regionStart(const URegularExpression *regexp2, UErrorCode *status) uregex_regionStart() argument
878 uregex_regionStart64(const URegularExpression *regexp2, UErrorCode *status) uregex_regionStart64() argument
894 uregex_regionEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_regionEnd() argument
900 uregex_regionEnd64(const URegularExpression *regexp2, UErrorCode *status) uregex_regionEnd64() argument
916 uregex_hasTransparentBounds(const URegularExpression *regexp2, UErrorCode *status) uregex_hasTransparentBounds() argument
932 uregex_useTransparentBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) uregex_useTransparentBounds() argument
949 uregex_hasAnchoringBounds(const URegularExpression *regexp2, UErrorCode *status) uregex_hasAnchoringBounds() argument
965 uregex_useAnchoringBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) uregex_useAnchoringBounds() argument
982 uregex_hitEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_hitEnd() argument
998 uregex_requireEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_requireEnd() argument
1014 uregex_setTimeLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) uregex_setTimeLimit() argument
1031 uregex_getTimeLimit(const URegularExpression *regexp2, UErrorCode *status) uregex_getTimeLimit() argument
1049 uregex_setStackLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) uregex_setStackLimit() argument
1066 uregex_getStackLimit(const URegularExpression *regexp2, UErrorCode *status) uregex_getStackLimit() argument
1083 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) uregex_setMatchCallback() argument
1100 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) uregex_getMatchCallback() argument
1117 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) uregex_setFindProgressCallback() argument
1134 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) uregex_getFindProgressCallback() argument
1151 uregex_replaceAll(URegularExpression *regexp2, const char16_t *replacementText, int32_t replacementLength, char16_t *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceAll() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1225 uregex_replaceFirst(URegularExpression *regexp2, const char16_t *replacementText, int32_t replacementLength, char16_t *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceFirst() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1587 uregex_appendReplacement(URegularExpression *regexp2, const char16_t *replacementText, int32_t replacementLength, char16_t **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendReplacement() argument
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1743 uregex_appendTail(URegularExpression *regexp2, char16_t **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendTail() argument
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
1943 uregex_split(URegularExpression *regexp2, char16_t *destBuf, int32_t destCapacity, int32_t *requiredCapacity, char16_t *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_split() argument
1970 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_splitUText() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duregex.cpp323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() argument
326 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern()
344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() argument
346 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags() argument
358 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags()
373 uregex_setText(URegularExpression *regexp2, in uregex_setText() argument
377 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText()
407 uregex_setUText(URegularExpression *regexp2, in uregex_setUText() argument
410 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText()
437 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) uregex_getText() argument
477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
494 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_refreshUText() argument
511 uregex_matches(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_matches() argument
518 uregex_matches64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_matches64() argument
541 uregex_lookingAt(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_lookingAt() argument
548 uregex_lookingAt64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_lookingAt64() argument
572 uregex_find(URegularExpression *regexp2, int32_t startIndex, UErrorCode *status) uregex_find() argument
579 uregex_find64(URegularExpression *regexp2, int64_t startIndex, UErrorCode *status) uregex_find64() argument
603 uregex_findNext(URegularExpression *regexp2, UErrorCode *status) uregex_findNext() argument
619 uregex_groupCount(URegularExpression *regexp2, UErrorCode *status) uregex_groupCount() argument
636 uregex_groupNumberFromName(URegularExpression *regexp2, const UChar *groupName, int32_t nameLength, UErrorCode *status) uregex_groupNumberFromName() argument
649 uregex_groupNumberFromCName(URegularExpression *regexp2, const char *groupName, int32_t nameLength, UErrorCode *status) uregex_groupNumberFromCName() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
756 uregex_start(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_start() argument
763 uregex_start64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_start64() argument
780 uregex_end(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_end() argument
787 uregex_end64(URegularExpression *regexp2, int32_t groupNum, UErrorCode *status) uregex_end64() argument
804 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) uregex_reset() argument
811 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) uregex_reset64() argument
828 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) uregex_setRegion() argument
836 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) uregex_setRegion64() argument
854 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) uregex_setRegionAndStart() argument
872 uregex_regionStart(const URegularExpression *regexp2, UErrorCode *status) uregex_regionStart() argument
878 uregex_regionStart64(const URegularExpression *regexp2, UErrorCode *status) uregex_regionStart64() argument
894 uregex_regionEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_regionEnd() argument
900 uregex_regionEnd64(const URegularExpression *regexp2, UErrorCode *status) uregex_regionEnd64() argument
916 uregex_hasTransparentBounds(const URegularExpression *regexp2, UErrorCode *status) uregex_hasTransparentBounds() argument
932 uregex_useTransparentBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) uregex_useTransparentBounds() argument
949 uregex_hasAnchoringBounds(const URegularExpression *regexp2, UErrorCode *status) uregex_hasAnchoringBounds() argument
965 uregex_useAnchoringBounds(URegularExpression *regexp2, UBool b, UErrorCode *status) uregex_useAnchoringBounds() argument
982 uregex_hitEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_hitEnd() argument
998 uregex_requireEnd(const URegularExpression *regexp2, UErrorCode *status) uregex_requireEnd() argument
1014 uregex_setTimeLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) uregex_setTimeLimit() argument
1031 uregex_getTimeLimit(const URegularExpression *regexp2, UErrorCode *status) uregex_getTimeLimit() argument
1049 uregex_setStackLimit(URegularExpression *regexp2, int32_t limit, UErrorCode *status) uregex_setStackLimit() argument
1066 uregex_getStackLimit(const URegularExpression *regexp2, UErrorCode *status) uregex_getStackLimit() argument
1083 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) uregex_setMatchCallback() argument
1100 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) uregex_getMatchCallback() argument
1117 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) uregex_setFindProgressCallback() argument
1134 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) uregex_getFindProgressCallback() argument
1151 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceAll() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1225 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceFirst() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1587 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendReplacement() argument
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1743 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendTail() argument
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
1943 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_split() argument
1970 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_splitUText() argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dstring-prototype-match.js37 var regexp2 = /[A-Z]/g; variable
38 regexp2[Symbol.match] = "foo";
41 str.match(regexp2);
47 Object.defineProperty (regexp2, Symbol.match, { get () { throw 5 }});
50 str.match(regexp2);
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dregexp_cache_test.cc54 const RegExp& regexp2 = cache_.GetRegExp(pattern2); in TEST_F() local
56 EXPECT_TRUE(&regexp1 == &regexp2); in TEST_F()

Completed in 7 milliseconds