Searched refs:ucol_nextSortKeyPart (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials() 106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials()
|
D | regcoll.cpp | 1188 … int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status); in calcKeyIncremental()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 1033 ucol_nextSortKeyPart(const UCollator *coll,
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials() 249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials()
|
D | cmsccoll.c | 2734 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status); in TestPartialSortKeyTermination() 4057 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency() 4111 actualSortKeyLen = ucol_nextSortKeyPart( in TestCroatianSortKey() 4173 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana() 4176 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana() 5860 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 210 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart() function
|
/external/icu/icu4c/source/test/perf/collperf2/ |
D | collperf2.cpp | 377 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call() 444 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 737 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|