Lines Matching refs:ucol_open
94 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
294 col = ucol_open("en_US", &status); in TestProperty()
374 ruled = ucol_open("da_DK", &status); in TestProperty()
411 col = ucol_open("fr_FR", &status); in TestProperty()
479 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
518 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
568 col = ucol_open("en_US", &status); in TestCompare()
612 en_US = ucol_open("en_US", &status); in TestDecomposition()
613 el_GR = ucol_open("el_GR", &status); in TestDecomposition()
614 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition()
668 someCollators[0] = ucol_open("en_US", &err); in TestSafeClone()
669 someCollators[1] = ucol_open("ko", &err); in TestSafeClone()
670 someCollators[2] = ucol_open("ja_JP", &err); in TestSafeClone()
751 col=ucol_open("de@collation=phonebook", &err); in TestSafeClone()
807 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
971 c1 = ucol_open(curLoc, &err); in TestOpenVsOpenRules()
1096 col = ucol_open("en_US", &status); in TestSortKey()
1221 col = ucol_open("en_US", &status); in TestHashCode()
1276 col = ucol_open("en_US", &status); in TestElemIter()
1422 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1451 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1452 coll = ucol_open("blahaha", &status); in TestGetLocale()
1528 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1714 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1743 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1899 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2222 coll = ucol_open(tests[i].locale, &status); in TestGetContractionsAndUnsafes()
2313 UCA = ucol_open("root", &status); in TestOpenBinary()
2354 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2379 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()
2475 coll = ucol_open(NULL, &status); in TestStrcollNull()