Lines Matching refs:UCollator
42 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
102 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
183 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, in… in doStrcoll()
222 UCollator *coll=NULL;
278 UCollator *col, *ruled; in TestProperty()
449 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl()
568 UCollator *col; in TestCompare()
617 UCollator *en_US, *el_GR, *vi_VN; in TestDecomposition()
659 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
660 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
661 UCollator * col; in TestSafeClone()
788 || someClonedCollators[idx] < (UCollator *)buffer[idx] in TestSafeClone()
789 || someClonedCollators[idx] > (UCollator *)(buffer[idx]+(U_COL_SAFECLONE_BUFFERSIZE-1))) in TestSafeClone()
817 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
818 UCollator * c; in TestCloneBinary()
874 UCollator *c2 = NULL; in TestBengaliSortKey()
944 UCollator * c1; in TestOpenVsOpenRules()
945 UCollator * c2; in TestOpenVsOpenRules()
1075 UCollator *col; in TestSortKey()
1220 UCollator *col; in TestHashCode()
1275 UCollator *col; in TestElemIter()
1405 UCollator *coll = NULL; in TestGetLocale()
1448 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1522 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1674 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1706 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1735 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1849 UCollator *coll = NULL; in TestGetTailoredSet()
1891 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2043 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString()
2182 UCollator *coll = NULL; in TestGetContractionsAndUnsafes()
2253 UCollator *coll = ucol_openRules(uRules, uRulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestOpenBinary()
2254 UCollator *UCA = NULL; in TestOpenBinary()
2255 UCollator *cloneNOUCA = NULL, *cloneWUCA = NULL; in TestOpenBinary()
2302 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2327 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()