Lines Matching refs:ucol_open
151 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
314 col = ucol_open("en_US", &status); in TestProperty()
430 col = ucol_open("fr_FR", &status); in TestProperty()
499 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
538 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
592 col = ucol_open("en_US", &status); in TestCompare()
636 en_US = ucol_open("en_US", &status); in TestDecomposition()
637 el_GR = ucol_open("el_GR", &status); in TestDecomposition()
638 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition()
697 someCollators[0] = ucol_open("en_US", &err); in TestSafeClone()
698 someCollators[1] = ucol_open("ko", &err); in TestSafeClone()
699 someCollators[2] = ucol_open("ja_JP", &err); in TestSafeClone()
776 col=ucol_open("de@collation=phonebook", &err); in TestSafeClone()
835 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
995 c1 = ucol_open(curLoc, &err); in TestOpenVsOpenRules()
1106 col = ucol_open("en_US", &status); in TestSortKey()
1231 col = ucol_open("en_US", &status); in TestHashCode()
1286 col = ucol_open("en_US", &status); in TestElemIter()
1432 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1455 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1456 coll = ucol_open("blahaha", &status); in TestGetLocale()
1529 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1713 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1742 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1898 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2201 coll = ucol_open(tests[i].locale, &status); in TestGetContractionsAndUnsafes()
2275 UCA = ucol_open("root", &status); in TestOpenBinary()
2309 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2334 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()