Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp185 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) { in utextToPrintable() function
240 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,UPRV_LENGTHOF(buf),text);logln…
300 utextToPrintable(buf, UPRV_LENGTHOF(buf), actual); in assertUText()
301 utextToPrintable(expectedBuf, UPRV_LENGTHOF(expectedBuf), &expectedText); in assertUText()
322 utextToPrintable(buf, UPRV_LENGTHOF(buf), actual); in assertUTextInvariant()
323 utextToPrintable(expectedBuf, UPRV_LENGTHOF(expectedBuf), &expectedText); in assertUTextInvariant()