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

/external/icu/icu4c/source/common/
H A Duassert.h13 * Contains U_ASSERT macro
15 * By default, U_ASSERT just wraps the C library assert macro.
28 # define U_ASSERT(exp) assert(exp) macro
30 # define U_ASSERT(exp) macro
/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.cpp131 U_ASSERT(reorderRangesLength < reorderCodesLength); function
H A Dcollationweights.cpp163 U_ASSERT(length > 0);
180 U_ASSERT(length > 0);
212 U_ASSERT(lowerLimit != 0);
213 U_ASSERT(upperLimit != 0);
223 U_ASSERT(lowerLength>=middleLength);
320 U_ASSERT(truncateWeight(lowerEnd, length-1)==
332 U_ASSERT(minBytes[length]<maxBytes[length]); function
459 U_ASSERT((count1 + count2 * nextCountBytes) >= n);
561 U_ASSERT(range.start <= range.end);
H A Dtznames_impl.cpp229 U_ASSERT(fLazyContents != NULL);
501 U_ASSERT(length < POOL_CHUNK_SIZE); function
616 U_ASSERT(locationName != NULL);
625 U_ASSERT(names != NULL);
648 U_ASSERT(names != NULL);
761 U_ASSERT(zoneStrings != NULL);
762 U_ASSERT(key != NULL);
763 U_ASSERT(key[0] != '\0');
953 U_ASSERT(fResults != NULL);
957 U_ASSERT(nameinf
[all...]
H A Dcalendar.cpp2391 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.cpp56 #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
460 U_ASSERT(status);
547 U_ASSERT(status);
583 U_ASSERT(status);
602 U_ASSERT(status);
639 U_ASSERT(status);
642 U_ASSERT(status);
652 U_ASSERT(status);
667 U_ASSERT(status);
670 U_ASSERT(statu
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp641 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
712 U_ASSERT(pri < p); function
886 U_ASSERT(locales.isValid());
1335 U_ASSERT(partSize <= UPRV_LENGTHOF(part));
1477 U_ASSERT(dest != NULL || mergedKeyCapacity == 0);

Completed in 3760 milliseconds