Lines Matching refs:U_ASSERT
79 U_ASSERT(!hasNext()); in incBeyond()
362 U_ASSERT(c == 0); in appendCEsFromCE32()
407 … U_ASSERT(forward); // Backward iteration should never see lead surrogate code _unit_ data. in appendCEsFromCE32()
408 U_ASSERT(U16_IS_LEAD(c)); in appendCEsFromCE32()
428 U_ASSERT(c >= 0); in appendCEsFromCE32()
432 U_ASSERT(c >= 0); in appendCEsFromCE32()
579 U_ASSERT(fcd16 > 0xff); // The caller checked this already, as a shortcut. in nextCE32FromDiscontiguousContraction()
744 U_ASSERT(1 <= length && length <= 254); in appendNumericSegmentCEs()
745 U_ASSERT(length == 1 || digits[0] != 0); in appendNumericSegmentCEs()
792 U_ASSERT(length >= 7); in appendNumericSegmentCEs()
911 U_ASSERT(ceBuffer.length == 0); in previousCEUnsafe()
920 U_ASSERT(U_FAILURE(errorCode) || ceBuffer.get(ceBuffer.length - 1) != Collation::NO_CE); in previousCEUnsafe()
926 U_ASSERT(offsets.size() < ceBuffer.length); in previousCEUnsafe()
935 U_ASSERT(offsets.size() == ceBuffer.length); in previousCEUnsafe()