Home
last modified time | relevance | path

Searched defs:regexp2 (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Duregex.cpp323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern()
344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags()
373 uregex_setText(URegularExpression *regexp2, in uregex_setText()
407 uregex_setUText(URegularExpression *regexp2, in uregex_setUText()
437 uregex_getText(URegularExpression *regexp2, in uregex_getText()
477 uregex_getUText(URegularExpression *regexp2, in uregex_getUText()
494 uregex_refreshUText(URegularExpression *regexp2, in uregex_refreshUText()
511 uregex_matches(URegularExpression *regexp2, in uregex_matches()
518 uregex_matches64(URegularExpression *regexp2, in uregex_matches64()
[all …]
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Duregex.cpp323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern()
344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags()
373 uregex_setText(URegularExpression *regexp2, in uregex_setText()
407 uregex_setUText(URegularExpression *regexp2, in uregex_setUText()
437 uregex_getText(URegularExpression *regexp2, in uregex_getText()
477 uregex_getUText(URegularExpression *regexp2, in uregex_getUText()
494 uregex_refreshUText(URegularExpression *regexp2, in uregex_refreshUText()
511 uregex_matches(URegularExpression *regexp2, in uregex_matches()
518 uregex_matches64(URegularExpression *regexp2, in uregex_matches64()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Duregex.cpp323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern()
344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags()
373 uregex_setText(URegularExpression *regexp2, in uregex_setText()
407 uregex_setUText(URegularExpression *regexp2, in uregex_setUText()
437 uregex_getText(URegularExpression *regexp2, in uregex_getText()
477 uregex_getUText(URegularExpression *regexp2, in uregex_getUText()
494 uregex_refreshUText(URegularExpression *regexp2, in uregex_refreshUText()
511 uregex_matches(URegularExpression *regexp2, in uregex_matches()
518 uregex_matches64(URegularExpression *regexp2, in uregex_matches64()
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-match.js37 var regexp2 = /[A-Z]/g; variable
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_cache_test.cc54 const RegExp& regexp2 = cache_.GetRegExp(pattern2); in TEST_F() local