Home | History | Annotate | Download | only in intltest

Lines Matching refs:myCollation

130   UCollator *myCollation = col->toUCollator();
144 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
155 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
177 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
178 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
181 compareResultUTF8Norm = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
182 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
211 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
218 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
219 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
220 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);