Lines Matching refs:expectedText
284 UText expectedText = UTEXT_INITIALIZER; in assertUText() local
285 utext_openUTF8(&expectedText, expected, -1, &status); in assertUText()
290 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) { in assertUText()
295 if (!testUTextEqual(&expectedText, actual)) { in assertUText()
299 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText); in assertUText()
300 …\"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)ute… in assertUText()
302 utext_close(&expectedText); in assertUText()
310 UText expectedText = UTEXT_INITIALIZER; in assertUTextInvariant() local
311 regextst_openUTF8FromInvariant(&expectedText, expected, -1, &status); in assertUTextInvariant()
317 if (!testUTextEqual(&expectedText, actual)) { in assertUTextInvariant()
321 utextToPrintable(expectedBuf, sizeof(expectedBuf)/sizeof(expectedBuf[0]), &expectedText); in assertUTextInvariant()
322 …\"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)ute… in assertUTextInvariant()
324 utext_close(&expectedText); in assertUTextInvariant()