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

/external/icu4c/common/
H A Duresdata.c963 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1017 keysBottom=1+indexLength;
1074 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1075 outBundle+keysBottom, pErrorCode);
1077 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1124 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);
/external/icu4c/tools/genrb/
H A Dgenrb.c354 int32_t keysBottom; local
390 keysBottom = (1 + indexLength) * 4;
391 poolBundle.fKeys += keysBottom;
392 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;

Completed in 127 milliseconds