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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Duassert.h26 # define U_ASSERT(exp) assert(exp) macro
28 # define U_ASSERT(exp) macro
/macosx-10.10/ICU-531.30/icuSources/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
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtznames_impl.cpp429 U_ASSERT(length < POOL_CHUNK_SIZE); function
H A Dcalendar.cpp2817 U_ASSERT(precedenceTable[g][l][i] < UCAL_FIELD_COUNT); function

Completed in 131 milliseconds