Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp2460 UText dataText = UTEXT_INITIALIZER; in API_Replace_UTF8() local
2461 utext_openUTF8(&dataText, data, -1, &status); in API_Replace_UTF8()
2463 REGEX_VERBOSE_TEXT(&dataText); in API_Replace_UTF8()
2464 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2505 utext_openUTF8(&dataText, str_abxabxabx, -1, &status); in API_Replace_UTF8()
2506 matcher->reset(&dataText); in API_Replace_UTF8()
2530 utext_openUTF8(&dataText, NULL, 0, &status); in API_Replace_UTF8()
2531 matcher->reset(&dataText); in API_Replace_UTF8()
2554 utext_openUTF8(&dataText, data, -1, &status); // ".abc..abc...abc.." in API_Replace_UTF8()
2555 matcher->reset(&dataText); in API_Replace_UTF8()
[all …]