Searched refs:utextToPrintable (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 124 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) { in utextToPrintable() function 179 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,UPRV_LENGTHOF(buf),text);logln… 239 utextToPrintable(buf, UPRV_LENGTHOF(buf), actual); in assertUText() 240 utextToPrintable(expectedBuf, UPRV_LENGTHOF(expectedBuf), &expectedText); in assertUText() 261 utextToPrintable(buf, UPRV_LENGTHOF(buf), actual); in assertUTextInvariant() 262 utextToPrintable(expectedBuf, UPRV_LENGTHOF(expectedBuf), &expectedText); in assertUTextInvariant()
|