Lines Matching refs:ucol
4030 UCollator* ucol; in TestSortKeyConsistency() local
4037 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC); in TestSortKeyConsistency()
4053 ucol_getSortKey(ucol, data, dataLen, bufFull[i], TSKC_BUF_SIZE); in TestSortKeyConsistency()
4057 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()
4061 ucol_close(ucol); in TestSortKeyConsistency()
4077 ucol_close(ucol); in TestSortKeyConsistency()
4084 ucol_close(ucol); in TestSortKeyConsistency()
4091 UCollator *ucol; in TestCroatianSortKey() local
4103 ucol = ucol_openFromShortString(collString, FALSE, NULL, &status); in TestCroatianSortKey()
4112 ucol, &iter, (uint32_t*)uStateInfo, in TestCroatianSortKey()
4120 ucol_close(ucol); in TestCroatianSortKey()
4130 UCollator* ucol; in TestHiragana() local
4147 ucol = ucol_openFromShortString("LJA_AN_CX_EX_FX_HO_NX_S4", FALSE, NULL, in TestHiragana()
4156 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN); in TestHiragana()
4158 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN); in TestHiragana()
4173 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana()
4176 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana()
4190 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len); in TestHiragana()
4195 ucol_close(ucol); in TestHiragana()
5805 UCollator * ucol = ucol_open("root", &status); in TestCaseLevelBufferOverflow() local
5807 ucol_setAttribute(ucol, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestCaseLevelBufferOverflow()
5816 …sortKeyLen = ucol_getSortKey(ucol, itemPtr->longUpperStrPtr, itemPtr->longUpperStrLen, sortKeyA, k… in TestCaseLevelBufferOverflow()
5831 ucol_close(ucol); in TestCaseLevelBufferOverflow()