Lines Matching refs:UCollationElements
79 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
81 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
152 UCollationElements *pitr = NULL; in TestBug672Normalize()
153 UCollationElements *titer = NULL; in TestBug672Normalize()
223 UCollationElements *iter; in TestUnicodeChar()
289 UCollationElements *iter; in TestNormalizedUnicodeChar()
368 UCollationElements *iter; in TestNormalization()
426 UCollationElements *iter; in TestPrevious()
564 UCollationElements *iter, *pristine; in TestOffset()
710 UCollationElements *iter1, *iter2; in TestSetText()
788 UCollationElements *iter ;/*= ucol_openElements(coll, &ch, 1, &status);*/ in TestMaxExpansion()
911 static void assertEqual(UCollationElements *i1, UCollationElements *i2) in assertEqual()
940 UCollationElements *testiter, in TestSmallBuffer()
1049 UCollationElements *iter; in TestDiscontiguos()
1050 UCollationElements *resultiter; in TestDiscontiguos()
1193 UCollationElements * uce = ucol_openElements(ucol, tsceText, kLen_tsceText, &status); in TestSearchCollatorElements()