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

/external/icu4c/test/intltest/
H A Dregextst.cpp151 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) { function
227 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,sizeof(buf)/sizeof(buf[0]),text);logln("%s:%d: UText %s=\"%s\"", __FILE__, __LINE__, #text, buf);}
265 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual);
266 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText);
287 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual);
288 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText);

Completed in 67 milliseconds