Home
last modified time | relevance | path

Searched refs:ucol_nextSortKeyPart (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials()
108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials()
Dregcoll.cpp1188 … int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status); in calcKeyIncremental()
/external/icu/libandroidicu/include/unicode/
Ducol.h1044 ucol_nextSortKeyPart(const UCollator *coll,
Durename.h743 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h1044 ucol_nextSortKeyPart(const UCollator *coll,
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c253 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials()
254 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials()
Dcmsccoll.c2730 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status); in TestPartialSortKeyTermination()
4053 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()
4107 actualSortKeyLen = ucol_nextSortKeyPart( in TestCroatianSortKey()
4169 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana()
4172 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana()
5854 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()
/external/icu/icu4c/source/i18n/
Ducol.cpp213 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart() function
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp381 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
448 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
/external/icu/icu4c/source/common/unicode/
Durename.h743 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1214 return ucol_nextSortKeyPart(coll, iter, state, dest, count, status); in ucol_nextSortKeyPart_android()