• Home
  • Raw
  • Download

Lines Matching refs:ucol_open

97   UCollator *coll = ucol_open(NULL, &status);  in TestGetSetAttr()
297 col = ucol_open("en_US", &status); in TestProperty()
377 ruled = ucol_open("da_DK", &status); in TestProperty()
414 col = ucol_open("fr_FR", &status); in TestProperty()
482 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
521 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
571 col = ucol_open("en_US", &status); in TestCompare()
615 en_US = ucol_open("en_US", &status); in TestDecomposition()
616 el_GR = ucol_open("el_GR", &status); in TestDecomposition()
617 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition()
671 someCollators[0] = ucol_open("en_US", &err); in TestSafeClone()
672 someCollators[1] = ucol_open("ko", &err); in TestSafeClone()
673 someCollators[2] = ucol_open("ja_JP", &err); in TestSafeClone()
754 col=ucol_open("de@collation=phonebook", &err); in TestSafeClone()
810 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
974 c1 = ucol_open(curLoc, &err); in TestOpenVsOpenRules()
1099 col = ucol_open("en_US", &status); in TestSortKey()
1224 col = ucol_open("en_US", &status); in TestHashCode()
1279 col = ucol_open("en_US", &status); in TestElemIter()
1425 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1454 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1455 coll = ucol_open("blahaha", &status); in TestGetLocale()
1531 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1717 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1746 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1902 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2229 coll = ucol_open(tests[i].locale, &status); in TestGetContractionsAndUnsafes()
2320 UCA = ucol_open("root", &status); in TestOpenBinary()
2361 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2386 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()
2482 coll = ucol_open(NULL, &status); in TestStrcollNull()