Searched refs:utextToPrintable (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 183 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) { in utextToPrintable() function 238 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,sizeof(buf)/sizeof(buf[0]),tex… 298 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual); in assertUText() 299 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText); in assertUText() 320 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual); in assertUTextInvariant() 321 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText); in assertUTextInvariant()
|