Home | History | Annotate | Download | only in intltest

Lines Matching defs:myCollation

144   UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator();
158 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
169 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
191 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
192 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
195 compareResultUTF8Norm = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
196 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
225 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
232 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
233 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
234 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);