Searched refs:SORTKEYLEN (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c4123 #define SORTKEYLEN 50 macro
4133 uint8_t sortKey1[SORTKEYLEN];
4134 uint8_t sortKey2[SORTKEYLEN];
4152 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN);
4154 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN);
4169 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status);
4172 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c5478 #define SORTKEYLEN 50 macro
5488 uint8_t sortKey1[SORTKEYLEN];
5489 uint8_t sortKey2[SORTKEYLEN];
5507 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN);
5509 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN);
5524 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status);
5527 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status);

Completed in 282 milliseconds