Searched refs:utextToPrintable (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 127 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) { in utextToPrintable() function 184 utextToPrintable(buf,UPRV_LENGTHOF(buf),text); \ 269 utextToPrintable(buf, UPRV_LENGTHOF(buf), actual); in assertUText() 270 utextToPrintable(expectedBuf, UPRV_LENGTHOF(expectedBuf), &expectedText); in assertUText() 291 utextToPrintable(buf, UPRV_LENGTHOF(buf), actual); in assertUTextInvariant() 292 utextToPrintable(expectedBuf, UPRV_LENGTHOF(expectedBuf), &expectedText); in assertUTextInvariant()
|