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

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutf16tst.c742 UBool isError, expectIsError, wrongIsError; local
761 expectIsError= c<0 || 0x10ffff<c; /* || U_IS_SURROGATE(c); */ /* surrogates in UTF-32 shouldn't be used, but it's okay to pass them around internally. */
765 wrongIsError|= isError!=expectIsError;
H A Dutf8tst.c1003 UBool isError, expectIsError, wrongIsError; local
1022 expectIsError= c<0 || 0x10ffff<c || U_IS_SURROGATE(c);
1026 wrongIsError|= isError!=expectIsError;

Completed in 93 milliseconds