Lines Matching refs:UCollator
50 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
151 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
235 UCollator *coll=NULL;
291 UCollator *col, *ruled; in TestProperty()
467 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl()
586 UCollator *col; in TestCompare()
635 UCollator *en_US, *el_GR, *vi_VN; in TestDecomposition()
677 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
678 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
679 UCollator * col; in TestSafeClone()
806 || someClonedCollators[index] < (UCollator *)buffer[index] in TestSafeClone()
807 … || someClonedCollators[index] > (UCollator *)(buffer[index]+(U_COL_SAFECLONE_BUFFERSIZE-1))) in TestSafeClone()
835 UCollator * col = ucol_open("en_US", &err); in TestCloneBinary()
836 UCollator * c; in TestCloneBinary()
892 UCollator *c2 = NULL; in TestBengaliSortKey()
962 UCollator * c1; in TestOpenVsOpenRules()
963 UCollator * c2; in TestOpenVsOpenRules()
1083 UCollator *col; in TestSortKey()
1227 UCollator *col; in TestHashCode()
1282 UCollator *col; in TestElemIter()
1412 UCollator *coll = NULL; in TestGetLocale()
1455 UCollator *defaultColl = ucol_open(NULL, &status); in TestGetLocale()
1529 UCollator *coll = ucol_open("sh", &status); in TestBounds()
1681 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1713 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun()
1742 UCollator *coll = ucol_open(NULL, &error); in TestAttribute()
1856 UCollator *coll = NULL; in TestGetTailoredSet()
1898 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys()
2050 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString()
2189 UCollator *coll = NULL; in TestGetContractionsAndUnsafes()
2260 UCollator *coll = ucol_openRules(uRules, uRulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestOpenBinary()
2261 UCollator *UCA = NULL; in TestOpenBinary()
2262 UCollator *cloneNOUCA = NULL, *cloneWUCA = NULL; in TestOpenBinary()
2309 UCollator *coll = ucol_open("es@collation=pinyin", &status); in TestDefault()
2334 UCollator *coll = ucol_open(loc, &status); in TestDefaultKeyword()