/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | tscoll.cpp | 107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials() 108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials()
|
H A D | regcoll.cpp | 1098 … int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status); in calcKeyIncremental()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | tscoll.cpp | 107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials() 108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials()
|
H A D | regcoll.cpp | 1098 … int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status); in calcKeyIncremental()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | ucol.h | 1058 ucol_nextSortKeyPart(const UCollator *coll,
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/libandroidicu/include/unicode/ |
H A D | ucol.h | 1049 ucol_nextSortKeyPart(const UCollator *coll,
|
H A D | urename.h | 760 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | ucol.h | 1049 ucol_nextSortKeyPart(const UCollator *coll,
|
/aosp_15_r20/external/icu/libandroidicu/include/unicode/ |
H A D | ucol.h | 1058 ucol_nextSortKeyPart(const UCollator *coll,
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | ucol.h | 1058 ucol_nextSortKeyPart(const UCollator *coll,
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | ucol.h | 1058 ucol_nextSortKeyPart(const UCollator *coll,
|
H A D | urename.h | 773 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | callcoll.c | 254 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials() 255 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials()
|
H A D | cmsccoll.c | 2733 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status); in TestPartialSortKeyTermination() 4056 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency() 4110 actualSortKeyLen = ucol_nextSortKeyPart( in TestCroatianSortKey() 4172 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana() 4175 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana() 5857 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | callcoll.c | 254 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials() 255 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials()
|
H A D | cmsccoll.c | 2733 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status); in TestPartialSortKeyTermination() 4056 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency() 4110 actualSortKeyLen = ucol_nextSortKeyPart( in TestCroatianSortKey() 4172 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana() 4175 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status); in TestHiragana() 5857 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | ucol.cpp | 219 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | ucol.cpp | 219 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/collperf2/ |
H A D | collperf2.cpp | 381 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call() 448 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/collperf2/ |
H A D | collperf2.cpp | 381 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call() 448 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 760 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/libicu/ndk_headers/unicode/ |
H A D | urename.h | 760 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 760 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 760 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 760 #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) macro
|