Lines Matching refs:ucol

4029     UCollator* ucol;  in TestSortKeyConsistency()  local
4036 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC); in TestSortKeyConsistency()
4052 ucol_getSortKey(ucol, data, dataLen, bufFull[i], TSKC_BUF_SIZE); in TestSortKeyConsistency()
4056 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()
4060 ucol_close(ucol); in TestSortKeyConsistency()
4076 ucol_close(ucol); in TestSortKeyConsistency()
4083 ucol_close(ucol); in TestSortKeyConsistency()
4090 UCollator *ucol; in TestCroatianSortKey() local
4102 ucol = ucol_openFromShortString(collString, FALSE, NULL, &status); in TestCroatianSortKey()
4111 ucol, &iter, (uint32_t*)uStateInfo, in TestCroatianSortKey()
4119 ucol_close(ucol); in TestCroatianSortKey()
4129 UCollator* ucol; in TestHiragana() local
4146 ucol = ucol_openFromShortString("LJA_AN_CX_EX_FX_HO_NX_S4", FALSE, NULL, in TestHiragana()
4155 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN); in TestHiragana()
4157 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN); in TestHiragana()
4172 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana()
4175 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana()
4189 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len); in TestHiragana()
4194 ucol_close(ucol); in TestHiragana()
5802 UCollator * ucol = ucol_open("root", &status); in TestCaseLevelBufferOverflow() local
5804 ucol_setAttribute(ucol, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestCaseLevelBufferOverflow()
5813 …sortKeyLen = ucol_getSortKey(ucol, itemPtr->longUpperStrPtr, itemPtr->longUpperStrLen, sortKeyA, k… in TestCaseLevelBufferOverflow()
5828 ucol_close(ucol); in TestCaseLevelBufferOverflow()