/external/icu/icu4c/source/test/cintltst/ |
D | ccurrtst.c | 144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0); in currTest() 146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1); in currTest() 148 sortklen=ucol_getSortKey(c, target, u_strlen(target), NULL, 0); in currTest() 150 ucol_getSortKey(c, target, u_strlen(target), sortKey2, sortklen+1); in currTest()
|
D | capitst.c | 844 l1 = ucol_getSortKey(col, t, -1, NULL,0); in TestCloneBinary() 845 l2 = ucol_getSortKey(c, t, -1, NULL,0); in TestCloneBinary() 848 ucol_getSortKey(col, t, -1, k1, l1); in TestCloneBinary() 849 ucol_getSortKey(col, t, -1, k2, l2); in TestCloneBinary() 893 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0); in TestBengaliSortKey() 895 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+1); in TestBengaliSortKey() 899 sortKeyLen2 = ucol_getSortKey(c2, str2, -1, NULL, 0); in TestBengaliSortKey() 901 ucol_getSortKey(c2,str2,-1,sortKey2, sortKeyLen2+1); in TestBengaliSortKey() 1030 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules() 1033 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1); in TestOpenVsOpenRules() [all …]
|
D | cmsccoll.c | 370 sortkeysize = ucol_getSortKey(coll, m, sizem, sortkey, 256); 1068 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA)); in TestIncrementalNormalize() 1069 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz)); in TestIncrementalNormalize() 1070 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB)); in TestIncrementalNormalize() 1071 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz)); in TestIncrementalNormalize() 1087 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA)); in TestIncrementalNormalize() 1088 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz)); in TestIncrementalNormalize() 1089 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB)); in TestIncrementalNormalize() 1090 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz)); in TestIncrementalNormalize() 1128 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA)); in TestIncrementalNormalize() [all …]
|
D | callcoll.c | 401 sortklen1=ucol_getSortKey(myCollation, source, sLen, NULL, 0); in doTestVariant() 402 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0); in doTestVariant() 410 ucol_getSortKey(myCollation, source, sLen, sortKey1, sortklen1+1); in doTestVariant() 411 ucol_getSortKey(myCollation, source, -1, sortKey1a, sortklen1+1); in doTestVariant() 415 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1); in doTestVariant() 416 ucol_getSortKey(myCollation, target, -1, sortKey2a, sortklen2+1); in doTestVariant() 908 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100); in TestJB581() 910 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581() 1070 len = ucol_getSortKey(enCollation, source, 1, result, in TestVariableTop() 1080 len = ucol_getSortKey(myCollation, source, 1, result, in TestVariableTop() [all …]
|
D | cfrtst.c | 324 lenActualSortKey = ucol_getSortKey(pCollator, in TestGetSortKey()
|
/external/icu/icu4c/source/samples/legacy/ |
D | newcol.cpp | 39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
|
D | oldcol.cpp | 40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 114 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH); in icu_key_null() 118 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH); in icu_key_len() 811 s = ucol_getSortKey(col, icu_data->dataOf(i), -1,NULL, 0); in prepareData() 813 t = ucol_getSortKey(col, icu_data->dataOf(i), -1,icu_key->last(), s); in prepareData()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 409 …ucol_getSortKey(gCol, gFileLines[line].name, len, (unsigned char *)gFileLines[line].icuSortKey, 50… in doKeyGen() 1618 t = ucol_getSortKey(gCol, gFileLines[line].name, -1, (unsigned char *)buf, sizeof(buf)); in main() 1622 …t = ucol_getSortKey(gCol, gFileLines[line].name, -1, (unsigned char *)gFileLines[line].icuSortKey … in main()
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucol.h | 1021 ucol_getSortKey(const UCollator *coll,
|
D | urename.h | 747 #define ucol_getSortKey U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 1021 ucol_getSortKey(const UCollator *coll,
|
D | urename.h | 747 #define ucol_getSortKey U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 1021 ucol_getSortKey(const UCollator *coll,
|
/external/sqlite/android/ |
D | sqlite3_android.cpp | 375 uint32_t result = ucol_getSortKey(collator, token, -1, (uint8_t*)keybuf, sizeof(keybuf)-1);
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 192 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey() function
|
/external/icu/icu4c/source/test/perf/collperf2/ |
D | collperf2.cpp | 317 len = ucol_getSortKey(coll, source->dataOf(i), source->lengthOf(i), key, KEY_BUF_SIZE); in call() 321 len = ucol_getSortKey(coll, source->dataOf(i), -1, key, KEY_BUF_SIZE); in call()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 747 #define ucol_getSortKey U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 747 #define ucol_getSortKey U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey) macro
|