Home | History | Annotate | Download | only in intltest

Lines Matching full:relation

1023     Collation::Level relation;
1030 relation = Collation::PRIMARY_LEVEL;
1033 relation = Collation::SECONDARY_LEVEL;
1036 relation = Collation::TERTIARY_LEVEL;
1039 relation = Collation::QUATERNARY_LEVEL;
1042 relation = Collation::CASE_LEVEL;
1045 relation = Collation::IDENTICAL_LEVEL;
1048 relation = Collation::NO_LEVEL;
1053 relation = Collation::ZERO_LEVEL;
1059 errln("no relation (= < <1 <2 <c <3 <4 <i) at beginning of line %d", (int)fileLineNumber);
1079 return relation;
1767 Collation::Level relation = parseRelationAndString(s, errorCode);
1778 UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS;
1779 Collation::Level expectedLevel = relation;