Lines Matching refs:UColAttributeValue
281 UColAttributeValue caseFirst[] = {
288 UColAttributeValue alternateHandling[] = {
293 UColAttributeValue caseLevel[] = {
298 UColAttributeValue strengths[] = {
854 const static UColAttributeValue caseTestAttributes[][2] = in TestCase()
1630 static const UColAttributeValue valOn[] = { UCOL_ON };
1631 static const UColAttributeValue valOff[] = { UCOL_OFF };
1646 static const UColAttributeValue valOn[] = { UCOL_ON };
1647 static const UColAttributeValue valOff[] = { UCOL_OFF };
1665 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
1666 static const UColAttributeValue valOff[] = { UCOL_NON_IGNORABLE, UCOL_TERTIARY };
1682 static const UColAttributeValue valOn[] = { UCOL_UPPER_FIRST};
2204 static const UColAttributeValue val[] = { UCOL_QUATERNARY }; in TestNewJapanese()
2207 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED }; in TestNewJapanese()
2783 UColAttributeValue french = UCOL_OFF; in TestEqualsForCollator()
3043 UColAttributeValue val = UCOL_ON; in TestNumericCollation()
3484 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
3493 UColAttributeValue attVals[] = { UCOL_PRIMARY, UCOL_ON }; in TestJ4960()
3497 UColAttributeValue attVals2[] = { UCOL_ON }; in TestJ4960()