Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp2401 UText dataText = UTEXT_INITIALIZER; in API_Replace_UTF8() local
2402 utext_openUTF8(&dataText, data, -1, &status); in API_Replace_UTF8()
2404 REGEX_VERBOSE_TEXT(&dataText); in API_Replace_UTF8()
2405 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2446 utext_openUTF8(&dataText, str_abxabxabx, -1, &status); in API_Replace_UTF8()
2447 matcher->reset(&dataText); in API_Replace_UTF8()
2471 utext_openUTF8(&dataText, NULL, 0, &status); in API_Replace_UTF8()
2472 matcher->reset(&dataText); in API_Replace_UTF8()
2495 utext_openUTF8(&dataText, data, -1, &status); // ".abc..abc...abc.." in API_Replace_UTF8()
2496 matcher->reset(&dataText); in API_Replace_UTF8()
[all …]