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

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c982 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
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)*
[all...]
/external/icu/icu4c/source/common/
H A Duresdata.c980 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1035 keysTop=udata_readInt32(ds, inIndexes[URES_INDEX_KEYS_TOP]);
1039 resBottom=keysTop;
1050 if(keysTop>(1+indexLength)) {
1051 tempTable.localKeyLimit=keysTop<<2;
1091 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1094 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1099 if(keysTop<resBottom) {
1100 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*
[all...]

Completed in 316 milliseconds