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

/external/icu/icu4c/source/common/
H A Duassert.h11 * Contains U_ASSERT macro
13 * By default, U_ASSERT just wraps the C library assert macro.
26 # define U_ASSERT(exp) assert(exp) macro
28 # define U_ASSERT(exp) macro
/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.cpp128 U_ASSERT(reorderRangesLength < reorderCodesLength); function
H A Dtznames_impl.cpp199 U_ASSERT(fLazyContents != NULL);
459 U_ASSERT(length < POOL_CHUNK_SIZE); function
843 U_ASSERT(fResults != NULL);
847 U_ASSERT(nameinfo->mzID);
1057 U_ASSERT(mzIDs != NULL);
1206 U_ASSERT(status == U_ZERO_ERROR); // already checked length above
1276 U_ASSERT(status == U_ZERO_ERROR); // already checked length above
1719 U_ASSERT(fResults != NULL);
1720 U_ASSERT(match->mzID != NULL);
1964 U_ASSERT(statu
[all...]
H A Dcalendar.cpp2392 U_ASSERT(fZone != NULL);
2861 U_ASSERT(precedenceTable[g][l][i] < UCAL_FIELD_COUNT); function
3035 U_ASSERT(fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID);
3159 U_ASSERT(offsetDelta < -6*60*60*1000);
/external/icu/icu4c/source/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
453 U_ASSERT(status);
540 U_ASSERT(status);
576 U_ASSERT(status);
595 U_ASSERT(status);
632 U_ASSERT(status);
635 U_ASSERT(status);
645 U_ASSERT(status);
660 U_ASSERT(status);
663 U_ASSERT(statu
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp642 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
713 U_ASSERT(pri < p); function
887 U_ASSERT(locales.isValid());
1336 U_ASSERT(partSize <= UPRV_LENGTHOF(part));
1478 U_ASSERT(dest != NULL || mergedKeyCapacity == 0);

Completed in 231 milliseconds