Searched refs:ucol_nextSortKeyPart (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp123 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
124 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
H A Dregcoll.cpp1093 int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status);
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
H A Dregcoll.cpp1184 int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h1002 ucol_nextSortKeyPart(const UCollator *coll,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1018 ucol_nextSortKeyPart(const UCollator *coll,
/external/icu/icu4c/source/i18n/
H A Ducol.cpp210 ucol_nextSortKeyPart(const UCollator *coll, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
H A Dcmsccoll.c4028 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status);
5408 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC);
5411 log_err("ucol_nextSortKeyPart failed\n");
5462 actualSortKeyLen = ucol_nextSortKeyPart(
5468 log_err("ucol_nextSortKeyPart did not give correct result in Croatian test.\n");
5524 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status);
5527 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
H A Dcmsccoll.c2730 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status);
4053 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC);
4056 log_err("ucol_nextSortKeyPart failed\n");
4107 actualSortKeyLen = ucol_nextSortKeyPart(
4113 log_err("ucol_nextSortKeyPart did not give correct result in Croatian test.\n");
4169 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status);
4172 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status);
5800 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status);
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp328 // Test case taking a single test data array in UTF-16, calling ucol_nextSortKeyPart for each for the
377 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
395 // Test case taking a single test data array in UTF-8, calling ucol_nextSortKeyPart for each for the
444 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h730 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h766 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp5294 ucol_nextSortKeyPart(const UCollator *coll, function

Completed in 6148 milliseconds