Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp2434 UText dataText = UTEXT_INITIALIZER; in API_Replace_UTF8() local
2435 utext_openUTF8(&dataText, data, -1, &status); in API_Replace_UTF8()
2437 REGEX_VERBOSE_TEXT(&dataText); in API_Replace_UTF8()
2438 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2479 utext_openUTF8(&dataText, str_abxabxabx, -1, &status); in API_Replace_UTF8()
2480 matcher->reset(&dataText); in API_Replace_UTF8()
2504 utext_openUTF8(&dataText, NULL, 0, &status); in API_Replace_UTF8()
2505 matcher->reset(&dataText); in API_Replace_UTF8()
2528 utext_openUTF8(&dataText, data, -1, &status); // ".abc..abc...abc.." in API_Replace_UTF8()
2529 matcher->reset(&dataText); in API_Replace_UTF8()
[all …]