Lines Matching refs:UCollator
88 UCollator *coll = NULL; in IncompleteCntTest()
191 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest()
265 UCollator *myCollation; in FunkyATest()
338 UCollator *coll = ucol_open("en_US", &status);
415 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){ in testPrimary()
446 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){ in testSecondary()
483 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){ in testTertiary()
518 static void testEquality(UCollator* col, const UChar* p,const UChar* q){ in testEquality()
530 static void testCollator(UCollator *coll, UErrorCode *status) { in testCollator()
659 UCollator *UCA = (UCollator *)collator; in ucaTest()
915 static void testAgainstUCA(UCollator *coll, UCollator *UCA, const char *refName, UBool error, UErro… in testAgainstUCA()
1079 static void testCEs(UCollator *coll, UErrorCode *status) { in testCEs()
1110 UCollator *UCA = ucol_open("root", status); in testCEs()
1335 UCollator *coll = NULL; in TestCollations()
1336 UCollator *UCA = ucol_open("", &status); in TestCollations()
1375 UCollator *coll = NULL; in RamsRulesTest()
1453 UCollator *coll = NULL; in IsTailoredTest()
1525 UCollator *coll = ucol_open("cs", &status); in TestChMove()
1614 UCollator *coll = ucol_open("", &status); in TestFCDProblem()
1654 UCollator *coll = NULL; in TestComposeDecompose()
1770 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
1780 UCollator *UCAfromRules = NULL; in TestUCARules()
1781 UCollator *coll = ucol_open("", &status); in TestUCARules()
2009 UCollator *credundant = NULL; in TestRedundantRules()
2010 UCollator *cresulting = NULL; in TestRedundantRules()
2072 UCollator *credundant = NULL; in TestExpansionSyntax()
2073 UCollator *cresulting = NULL; in TestExpansionSyntax()
2138 UCollator *myCollation; in TestCase()
2248 UCollator *coll; in TestIncrementalNormalize()
2480 UCollator *UCA = ucol_open("", &status);
2516 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring()
2547 UCollator *coll; in TestCompressOverlap()
2691 UCollator *coll; in TestContraction()
2756 UCollator *coll1, in TestContraction()
2818 UCollator *coll; in TestExpansion()
2940 UCollator *coll = ucol_open("", &status); in TestBocsuCoverage()
2956 UCollator *coll = ucol_open("", &status); in TestVariableTopSetting()
3203 UCollator *coll = ucol_open("en_US", &status); in TestNonChars()
3244 UCollator *coll = ucol_open("en_US", status);
3558 UCollator *coll = NULL; in TestBeforePrefixFailure()
3601 UCollator *coll = NULL; in TestPrefixCompose()
3795 UCollator *coll = ucol_open("", &status);
3865 UCollator *coll = ucol_open("", &status); in Alexis2()
3931 UCollator *coll = ucol_open("", &status); in TestHebrewUCA()
3964 int32_t i = sizeof(UCollator); in TestPartialSortKeyTermination()
3968 UCollator *coll = ucol_open("", &status); in TestPartialSortKeyTermination()
4008 UCollator *collateObject = NULL; in TestSettings()
4024 static int32_t TestEqualsForCollator(const char* locName, UCollator *source, UCollator *target) { in TestEqualsForCollator()
4097 UCollator *source = NULL, *target = NULL; in TestEquals()
4174 UCollator *coll = ucol_open("en", &status); in TestJ2726()
4189 UCollator *coll = ucol_openRules(r, 1, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in NullRule()
4298 UCollator* coll = ucol_open("root", &status); in TestNumericCollation()
4336 UCollator *coll = ucol_open("", &status); in TestTibetanConformance()
4384 UCollator *coll = ucol_open("root", &status); in TestImplicitGeneration()
4653 UCollator *coll = NULL; in TestBeforeTightening()
4786 UCollator *coll = NULL; in TestTailorNULL()
4843 static UCollator *coll = NULL; in TestJ5223()
4911 UCollator *coll =NULL; in TestVI5913()
5081 UCollator *coll =NULL; in TestTailor6179()
5184 UCollator *coll =NULL; in TestUCAPrecontext()
5308 static UCollator *coll = NULL; in TestOutOfBuffer5468()
5337 UCollator* ucol; in TestSortKeyConsistency()
5398 UCollator *ucol; in TestCroatianSortKey()
5437 UCollator* ucol; in TestHiragana()
5529 UCollator *myCollation; in doTestOneTestCase()
5812 UCollator *myCollation; in TestInvalidListsAndRanges()
5837 UCollator *myCollation; in TestBeforeRuleWithScriptReordering()
5913 UCollator *myCollation; in TestNonLeadBytesDuringCollationReordering()
5993 UCollator *myCollation; in TestReorderingAPI()
6098 UCollator *myCollation; in TestReorderingAPIWithRuleCreatedCollator()
6288 UCollator *myCollation; in TestReorderingAcrossCloning()
6290 UCollator *clonedCollation; in TestReorderingAcrossCloning()
6353 UCollator *myCollation; in doTestOneReorderingAPITestCase()
6515 UCollator* vicoll; in TestImport()
6516 UCollator* escoll; in TestImport()
6517 UCollator* viescoll; in TestImport()
6518 UCollator* importviescoll; in TestImport()
6616 UCollator* vicoll; in TestImportWithType()
6617 UCollator* decoll; in TestImportWithType()
6618 UCollator* videcoll; in TestImportWithType()
6619 UCollator* importvidecoll; in TestImportWithType()
6779 UCollator * ucol = ucol_open("root", &status); in TestCaseLevelBufferOverflow()