Home | History | Annotate | Download | only in intltest

Lines Matching full:relation

1025     Collation::Level relation;
1032 relation = Collation::PRIMARY_LEVEL;
1035 relation = Collation::SECONDARY_LEVEL;
1038 relation = Collation::TERTIARY_LEVEL;
1041 relation = Collation::QUATERNARY_LEVEL;
1044 relation = Collation::CASE_LEVEL;
1047 relation = Collation::IDENTICAL_LEVEL;
1050 relation = Collation::NO_LEVEL;
1055 relation = Collation::ZERO_LEVEL;
1061 errln("no relation (= < <1 <2 <c <3 <4 <i) at beginning of line %d", (int)fileLineNumber);
1081 return relation;
1769 Collation::Level relation = parseRelationAndString(s, errorCode);
1780 UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS;
1781 Collation::Level expectedLevel = relation;