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

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c963 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1020 resBottom=udata_readInt32(ds, inIndexes[URES_INDEX_16BIT_TOP]);
1022 resBottom=keysTop;
1082 if(keysTop<resBottom) {
1083 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1085 udata_printError(ds, "ures_swap().swapArray16(16-bit units[%d]) failed\n", 2*(resBottom-keysTop));
/external/icu4c/common/
H A Duresdata.c982 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1039 resBottom=udata_readInt32(ds, inIndexes[URES_INDEX_16BIT_TOP]);
1041 resBottom=keysTop;
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));

Completed in 69 milliseconds