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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1288 int32_t collKeyLength; local
1289 const uint8_t *collSortKey = collKey.getByteArray(collKeyLength);
1290 if (collKeyLength != length || 0 != uprv_memcmp(longSortKey.getAlias(), collSortKey, length)) {
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1273 int32_t collKeyLength; local
1274 const uint8_t *collSortKey = collKey.getByteArray(collKeyLength);
1275 if (collKeyLength != length || 0 != uprv_memcmp(longSortKey.getAlias(), collSortKey, length)) {

Completed in 664 milliseconds