Searched defs:LENSORTKEY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcfrtst.c310 static const int32_t LENSORTKEY = (int32_t)sizeof(pucSortKey); local
325 LENSORTKEY);
327 if (lenActualSortKey > LENSORTKEY) {
328 log_err("sort key too big for original buffer. Got: %d Expected: %d\n", lenActualSortKey, LENSORTKEY);
/external/icu/icu4c/source/test/cintltst/
H A Dcfrtst.c310 static const int32_t LENSORTKEY = (int32_t)sizeof(pucSortKey); local
325 LENSORTKEY);
327 if (lenActualSortKey > LENSORTKEY) {
328 log_err("sort key too big for original buffer. Got: %d Expected: %d\n", lenActualSortKey, LENSORTKEY);

Completed in 110 milliseconds