• Home
  • Raw
  • Download

Lines Matching refs:UCollator

42 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu…  in ucol_sortKeyToString()
94 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
175 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, in… in doStrcoll()
214 UCollator *coll=NULL;
270 UCollator *col, *ruled; in TestProperty()
448 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl()
562 UCollator *col; in TestCompare()
611 UCollator *en_US, *el_GR, *vi_VN; in TestDecomposition()
653 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
654 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
655 UCollator * col; in TestSafeClone()
807 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
808 UCollator * c; in TestCloneBinary()
864 UCollator *c2 = NULL; in TestBengaliSortKey()
934 UCollator * c1; in TestOpenVsOpenRules()
935 UCollator * c2; in TestOpenVsOpenRules()
1072 UCollator *col; in TestSortKey()
1217 UCollator *col; in TestHashCode()
1272 UCollator *col; in TestElemIter()
1403 UCollator *coll = NULL; in TestGetLocale()
1451 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1528 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1682 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1714 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1743 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1857 UCollator *coll = NULL; in TestGetTailoredSet()
1899 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2057 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString()
2210 UCollator *coll = NULL; in TestGetContractionsAndUnsafes()
2298 UCollator *coll = ucol_openRules(uRules, uRulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestOpenBinary()
2299 UCollator *UCA = NULL; in TestOpenBinary()
2300 UCollator *cloneNOUCA = NULL, *cloneWUCA = NULL; in TestOpenBinary()
2354 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2379 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()
2461 UCollator *coll; in TestStrcollNull()