Home
last modified time | relevance | path

Searched refs:icu_re (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5576 URegularExpression *icu_re = uregex_openUText(utext_pat, 0, NULL, &status); in Bug10459() local
5579 uregex_setUText(icu_re, utext_txt, &status); in Bug10459()
5587 int32_t len = uregex_group(icu_re, 0, buf, UPRV_LENGTHOF(buf), &status); in Bug10459()
5591 uregex_close(icu_re); in Bug10459()