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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1278 const int32_t longCapacity = 2000; local
1281 const int32_t maxPrefixLength = longCapacity - 6 - 1;
1282 LocalArray<uint8_t> longSortKey(new uint8_t[longCapacity]);
1285 length = col->getSortKey(s, longSortKey.getAlias(), longCapacity);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1263 const int32_t longCapacity = 2000; local
1266 const int32_t maxPrefixLength = longCapacity - 6 - 1;
1267 LocalArray<uint8_t> longSortKey(new uint8_t[longCapacity]);
1270 length = col->getSortKey(s, longSortKey.getAlias(), longCapacity);

Completed in 50 milliseconds