HomeSort by relevance Sort by last modified time
    Searched refs:utextToPrintable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 143 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) {
172 #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);}
208 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual);
209 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText);
230 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual);
231 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText);
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 155 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) {
211 #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);}
266 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual);
267 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText);
288 utextToPrintable(buf, sizeof(buf)/sizeof(buf[0]), actual);
289 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText);
    [all...]

Completed in 290 milliseconds