Lines Matching refs:ucol

4028     UCollator* ucol;  in TestSortKeyConsistency()  local
4035 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC); in TestSortKeyConsistency()
4051 ucol_getSortKey(ucol, data, dataLen, bufFull[i], TSKC_BUF_SIZE); in TestSortKeyConsistency()
4055 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()
4059 ucol_close(ucol); in TestSortKeyConsistency()
4075 ucol_close(ucol); in TestSortKeyConsistency()
4082 ucol_close(ucol); in TestSortKeyConsistency()
4089 UCollator *ucol; in TestCroatianSortKey() local
4101 ucol = ucol_openFromShortString(collString, FALSE, NULL, &status); in TestCroatianSortKey()
4110 ucol, &iter, (uint32_t*)uStateInfo, in TestCroatianSortKey()
4118 ucol_close(ucol); in TestCroatianSortKey()
4128 UCollator* ucol; in TestHiragana() local
4145 ucol = ucol_openFromShortString("LJA_AN_CX_EX_FX_HO_NX_S4", FALSE, NULL, in TestHiragana()
4154 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN); in TestHiragana()
4156 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN); in TestHiragana()
4171 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana()
4174 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana()
4188 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len); in TestHiragana()
4193 ucol_close(ucol); in TestHiragana()
5801 UCollator * ucol = ucol_open("root", &status); in TestCaseLevelBufferOverflow() local
5803 ucol_setAttribute(ucol, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestCaseLevelBufferOverflow()
5812 …sortKeyLen = ucol_getSortKey(ucol, itemPtr->longUpperStrPtr, itemPtr->longUpperStrLen, sortKeyA, k… in TestCaseLevelBufferOverflow()
5827 ucol_close(ucol); in TestCaseLevelBufferOverflow()