Home | History | Annotate | Download | only in intltest

Lines Matching refs:skSize

1721     int32_t i = 0, j = 0, k = 0, buffSize = 0, skSize = 0, lowerSize = 0, upperSize = 0;
1726 skSize = coll->getSortKey(buffer, buffSize, tests[i].key, 512);
1749 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512);
1750 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1751 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1754 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512);