Searched defs:U_ASSERT (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Duassert.h11 * Contains U_ASSERT macro
13 * By default, U_ASSERT just wraps the C library assert macro.
25 #define U_ASSERT(exp) macro
28 #define U_ASSERT(exp) assert(exp) macro
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp49 #define U_ASSERT(x) { if(U_FAILURE(x)) {fflush(stdout);fflush(stderr); fprintf(stderr, #x " == %s\n", u_errorName(x)); assert(U_SUCCESS(x)); }} macro
458 U_ASSERT(status);
545 U_ASSERT(status);
581 U_ASSERT(status);
600 U_ASSERT(status);
637 U_ASSERT(status);
640 U_ASSERT(status);
650 U_ASSERT(status);
665 U_ASSERT(status);
668 U_ASSERT(statu
[all...]
/external/icu4c/i18n/
H A Dtznames_impl.cpp424 U_ASSERT(length < POOL_CHUNK_SIZE); function
1203 U_ASSERT(status == U_ZERO_ERROR); // already checked length above
1272 U_ASSERT(status == U_ZERO_ERROR); // already checked length above

Completed in 75 milliseconds