HomeSort by relevance Sort by last modified time
    Searched defs:U_ASSERT (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/
uassert.h 11 * Contains U_ASSERT macro
13 * By default, U_ASSERT just wraps the C library assert macro.
26 # define U_ASSERT(exp) assert(exp)
28 # define U_ASSERT(exp)
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 129 U_ASSERT(reorderRangesLength < reorderCodesLength);
collationweights.cpp 161 U_ASSERT(length > 0);
178 U_ASSERT(length > 0);
210 U_ASSERT(lowerLimit != 0);
211 U_ASSERT(upperLimit != 0);
221 U_ASSERT(lowerLength>=middleLength);
318 U_ASSERT(truncateWeight(lowerEnd, length-1)==
330 U_ASSERT(minBytes[length]<maxBytes[length]);
457 U_ASSERT((count1 + count2 * nextCountBytes) >= n);
559 U_ASSERT(range.start <= range.end);
tznames_impl.cpp 199 U_ASSERT(fLazyContents != NULL);
459 U_ASSERT(length < POOL_CHUNK_SIZE);
843 U_ASSERT(fResults != NULL);
847 U_ASSERT(nameinfo->mzID);
1057 U_ASSERT(mzIDs != NULL);
    [all...]
calendar.cpp     [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 49 #define U_ASSERT(x) { if(U_FAILURE(x)) {fflush(stdout);fflush(stderr); fprintf(stderr, #x " == %s\n", u_errorName(x)); assert(U_SUCCESS(x)); }}
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(status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 639 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
710 U_ASSERT(pri < p);
    [all...]

Completed in 599 milliseconds