Lines Matching refs:keysTop
982 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top;
1037 keysTop=udata_readInt32(ds, inIndexes[URES_INDEX_KEYS_TOP]);
1041 resBottom=keysTop;
1052 if(keysTop>(1+indexLength)) {
1053 tempTable.localKeyLimit=keysTop<<2;
1093 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1096 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1101 if(keysTop<resBottom) {
1102 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1104 udata_printError(ds, "ures_swap().swapArray16(16-bit units[%d]) failed\n", 2*(resBottom-keysTop));