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

/external/icu4c/common/
H A Duresdata.c963 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1018 keysTop=udata_readInt32(ds, inIndexes[URES_INDEX_KEYS_TOP]);
1022 resBottom=keysTop;
1033 if(keysTop>(1+indexLength)) {
1034 tempTable.localKeyLimit=keysTop<<2;
1074 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1077 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1082 if(keysTop<resBottom) {
1083 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*
[all...]

Completed in 34 milliseconds