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

  /external/icu/icu4c/source/common/
uassert.h 13 * Contains U_ASSERT macro
15 * By default, U_ASSERT just wraps the C library assert macro.
28 # define U_ASSERT(exp) assert(exp)
30 # define U_ASSERT(exp)
ucnvisci.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 131 U_ASSERT(reorderRangesLength < reorderCodesLength);
utf8collationiterator.cpp 196 U_ASSERT(c > 0xffff);
223 U_ASSERT(state == CHECK_FWD && pos != length);
236 U_ASSERT(state == CHECK_BWD && pos != 0);
248 U_ASSERT(pos < normalized.length());
360 U_ASSERT(state == CHECK_BWD ||
387 U_ASSERT(state == CHECK_FWD && pos != length);
432 U_ASSERT(pos != limit);
439 U_ASSERT(state == CHECK_FWD ||
466 U_ASSERT(state == CHECK_BWD && pos != 0);
514 U_ASSERT(pos != start)
    [all...]
collationweights.cpp 163 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]);
459 U_ASSERT((count1 + count2 * nextCountBytes) >= n);
561 U_ASSERT(range.start <= range.end);
calendar.cpp     [all...]
tznames_impl.cpp 231 U_ASSERT(fLazyContents != NULL);
507 U_ASSERT(length < POOL_CHUNK_SIZE);
622 U_ASSERT(locationName != NULL);
631 U_ASSERT(names != NULL);
654 U_ASSERT(names != NULL);
767 U_ASSERT(zoneStrings != NULL);
768 U_ASSERT(key != NULL);
769 U_ASSERT(key[0] != '\0');
959 U_ASSERT(fResults != NULL);
963 U_ASSERT(nameinfo->mzID)
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 58 #define U_ASSERT(x) { if(U_FAILURE(x)) {fflush(stdout);fflush(stderr); fprintf(stderr, #x " == %s\n", u_errorName(x)); assert(U_SUCCESS(x)); }}
462 U_ASSERT(status);
549 U_ASSERT(status);
585 U_ASSERT(status);
604 U_ASSERT(status);
641 U_ASSERT(status);
644 U_ASSERT(status);
654 U_ASSERT(status);
669 U_ASSERT(status);
672 U_ASSERT(status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 637 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
708 U_ASSERT(pri < p);
    [all...]

Completed in 472 milliseconds