Lines Matching refs:expectedText
281 UText expectedText = UTEXT_INITIALIZER; in assertUText() local
282 utext_openUTF8(&expectedText, expected, -1, &status); in assertUText()
287 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) { in assertUText()
292 if (!testUTextEqual(&expectedText, actual)) { in assertUText()
296 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText); in assertUText()
297 …\"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)ute… in assertUText()
299 utext_close(&expectedText); in assertUText()
307 UText expectedText = UTEXT_INITIALIZER; in assertUTextInvariant() local
308 regextst_openUTF8FromInvariant(&expectedText, expected, -1, &status); in assertUTextInvariant()
314 if (!testUTextEqual(&expectedText, actual)) { in assertUTextInvariant()
318 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText); in assertUTextInvariant()
319 …\"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)ute… in assertUTextInvariant()
321 utext_close(&expectedText); in assertUTextInvariant()