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

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c982 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1036 keysBottom=1+indexLength;
1093 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1094 outBundle+keysBottom, pErrorCode);
1096 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1143 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);
/external/icu/icu4c/source/common/
H A Duresdata.c980 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1034 keysBottom=1+indexLength;
1091 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1092 outBundle+keysBottom, pErrorCode);
1094 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1141 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c349 int32_t keysBottom; local
385 keysBottom = (1 + indexLength) * 4;
386 poolBundle.fKeys += keysBottom;
387 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c364 int32_t keysBottom; local
400 keysBottom = (1 + indexLength) * 4;
401 poolBundle.fKeys += keysBottom;
402 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;

Completed in 2052 milliseconds