Lines Matching refs:ucol_open
96 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
295 col = ucol_open("en_US", &status); in TestProperty()
375 ruled = ucol_open("da_DK", &status); in TestProperty()
399 col = ucol_open("fr_FR", &status); in TestProperty()
467 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
506 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
556 col = ucol_open("en_US", &status); in TestCompare()
600 en_US = ucol_open("en_US", &status); in TestDecomposition()
601 el_GR = ucol_open("el_GR", &status); in TestDecomposition()
602 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition()
656 someCollators[0] = ucol_open("en_US", &err); in TestSafeClone()
657 someCollators[1] = ucol_open("ko", &err); in TestSafeClone()
658 someCollators[2] = ucol_open("ja_JP", &err); in TestSafeClone()
739 col=ucol_open("de@collation=phonebook", &err); in TestSafeClone()
795 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
959 c1 = ucol_open(curLoc, &err); in TestOpenVsOpenRules()
1078 col = ucol_open("en_US", &status); in TestSortKey()
1203 col = ucol_open("en_US", &status); in TestHashCode()
1258 col = ucol_open("en_US", &status); in TestElemIter()
1404 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1431 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1432 coll = ucol_open("blahaha", &status); in TestGetLocale()
1506 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1692 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1721 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1877 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2200 coll = ucol_open(tests[i].locale, &status); in TestGetContractionsAndUnsafes()
2291 UCA = ucol_open("root", &status); in TestOpenBinary()
2332 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2357 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()
2478 coll = ucol_open(NULL, &status); in TestStrcollNull()