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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 674 UBool isError, expectIsError, wrongIsError;
693 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. */
697 wrongIsError|= isError!=expectIsError;
utf8tst.c     [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 742 UBool isError, expectIsError, wrongIsError;
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;
utf8tst.c     [all...]

Completed in 1248 milliseconds