Home | History | Annotate | Download | only in cintltst

Lines Matching refs:skSize

1560     int32_t i = 0, j = 0, k = 0, buffSize = 0, skSize = 0, lowerSize = 0, upperSize = 0;
1566 skSize = ucol_getSortKey(coll, buffer, buffSize, tests[i].key, 512);
1612 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512);
1613 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status);
1614 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status);
1617 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512);