HomeSort by relevance Sort by last modified time
    Searched refs:ucol_getSortKey (Results 1 - 25 of 25) sorted by null

  /external/icu4c/test/cintltst/
ccurrtst.c 144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0);
146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1);
148 sortklen=ucol_getSortKey(c, target, u_strlen(target), NULL, 0);
150 ucol_getSortKey(c, target, u_strlen(target), sortKey2, sortklen+1);
capitst.c     [all...]
callcoll.c 368 sortklen1=ucol_getSortKey(myCollation, source, sLen, NULL, 0);
369 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0);
376 ucol_getSortKey(myCollation, source, sLen, sortKey1, sortklen1+1);
377 ucol_getSortKey(myCollation, source, -1, sortKey1a, sortklen1+1);
381 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1);
382 ucol_getSortKey(myCollation, target, -1, sortKey2a, sortklen2+1);
874 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100);
875 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
    [all...]
cmsccoll.c 371 sortkeysize = ucol_getSortKey(coll, m, sizem, sortkey, 256);
    [all...]
cfrtst.c 321 lenActualSortKey = ucol_getSortKey(pCollator,
citertst.c     [all...]
  /external/icu4c/samples/legacy/
newcol.cpp 33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
oldcol.cpp 34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 91 size_t byteArraySize = ucol_getSortKey(collator, source.get(), source.size(), usedByteArray, sizeof(byteArray) - 1);
96 byteArraySize = ucol_getSortKey(collator, source.get(), source.size(), usedByteArray, byteArraySize);
  /external/icu4c/test/intltest/
ucaconf.cpp 194 resLen = ucol_getSortKey(coll, buffer, buflen, newSk, 1024);
tsmthred.cpp 870 resLen = ucol_getSortKey(coll, lines[i].buff, lines[i].buflen, newSk, 1024);
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 105 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH);
109 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH);
788 s = ucol_getSortKey(col, icu_data->dataOf(i), -1,NULL, 0);
790 t = ucol_getSortKey(col, icu_data->dataOf(i), -1,icu_key->last(), s);
  /external/icu4c/i18n/
tblcoll.cpp 591 return ucol_getSortKey(ucollator, source.getBuffer(), source.length(), result, resultLength);
598 return ucol_getSortKey(ucollator, source, sourceLength, result, resultLength);
ucol.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 694 ucol_getSortKey(const UCollator *coll,
706 * compatible with sortkeys generated using ucol_getSortKey
    [all...]
urename.h 583 #define ucol_getSortKey ucol_getSortKey_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 694 ucol_getSortKey(const UCollator *coll,
706 * compatible with sortkeys generated using ucol_getSortKey
    [all...]
urename.h 583 #define ucol_getSortKey ucol_getSortKey_3_2
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 406 t = ucol_getSortKey(gCol, gFileLines[line].name, len, (unsigned char *)gFileLines[line].icuSortKey, 5000);
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 171 sortkeylength = ucol_getSortKey(iter->iteratordata_.coll, codepoint,
176 sortkeylength = ucol_getSortKey(iter->iteratordata_.coll, codepoint,
826 ucol_getSortKey(COLLATOR_, element.ch, element.count, sortkey, 32);
    [all...]
  /external/sqlite/android/
sqlite3_android.cpp 411 uint32_t result = ucol_getSortKey(collator, token, -1, (uint8_t*)keybuf, sizeof(keybuf)-1);
414 ALOGE("ucol_getSortKey needs bigger buffer %d", result);
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 583 #define ucol_getSortKey ucol_getSortKey_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 583 #define ucol_getSortKey ucol_getSortKey_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 707 milliseconds