Lines Matching refs:col
416 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){
427 doTest(col, p, q, UCOL_LESS);
429 UCollationResult result = ucol_strcoll(col,p,u_strlen(p),q,u_strlen(q));
441 doTest(col, source, target, UCOL_LESS);
447 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){
453 doTest(col, p, q, UCOL_LESS);
462 doTest(col, source, target, UCOL_LESS);
477 doTest(col, source, target, UCOL_GREATER);
484 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){
490 doTest(col, p, q, UCOL_LESS);
499 doTest(col, source, target, UCOL_LESS);
512 doTest(col, source, target, UCOL_GREATER);
519 static void testEquality(UCollator* col, const UChar* p,const UChar* q){
525 doTest(col, p, q, UCOL_EQUAL);