• Home
  • Raw
  • Download

Lines Matching refs:ucol_open

96   UCollator *coll = ucol_open(NULL, &status);  in TestGetSetAttr()
296 col = ucol_open("en_US", &status); in TestProperty()
376 ruled = ucol_open("da_DK", &status); in TestProperty()
413 col = ucol_open("fr_FR", &status); in TestProperty()
481 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
520 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
570 col = ucol_open("en_US", &status); in TestCompare()
614 en_US = ucol_open("en_US", &status); in TestDecomposition()
615 el_GR = ucol_open("el_GR", &status); in TestDecomposition()
616 vi_VN = ucol_open("vi_VN", &status); in TestDecomposition()
670 someCollators[0] = ucol_open("en_US", &err); in TestSafeClone()
671 someCollators[1] = ucol_open("ko", &err); in TestSafeClone()
672 someCollators[2] = ucol_open("ja_JP", &err); in TestSafeClone()
753 col=ucol_open("de@collation=phonebook", &err); in TestSafeClone()
809 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
973 c1 = ucol_open(curLoc, &err); in TestOpenVsOpenRules()
1098 col = ucol_open("en_US", &status); in TestSortKey()
1223 col = ucol_open("en_US", &status); in TestHashCode()
1278 col = ucol_open("en_US", &status); in TestElemIter()
1424 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1453 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1454 coll = ucol_open("blahaha", &status); in TestGetLocale()
1530 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1716 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1745 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1901 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2224 coll = ucol_open(tests[i].locale, &status); in TestGetContractionsAndUnsafes()
2315 UCA = ucol_open("root", &status); in TestOpenBinary()
2356 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2381 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()
2477 coll = ucol_open(NULL, &status); in TestStrcollNull()