Home
last modified time | relevance | path

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

/external/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 …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
DResolverTest.java65 Pattern regexp2 = Pattern.compile("x\\d_y\\d"); in testAddImplicitResolver2() local