Lines Matching refs:condition
2116 UnicodeSetTest::doAssert(UBool condition, const char *message)
2118 if (!condition) {
2851 * When using spanBack() and comparing with span(), use a span condition for the first spanBack()
2916 // Default first span condition for going forward with an uncomplemented set.
2922 // First span condition for span(), used to terminate the spanBack() iteration.
2925 // spanBack(): Its initial span condition is span()'s last span condition,
2926 // which is the opposite of span()'s first span condition