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

/external/icu/icu4c/source/common/
H A Duresdata.c978 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1035 resBottom=udata_readInt32(ds, inIndexes[URES_INDEX_16BIT_TOP]);
1037 resBottom=keysTop;
1097 if(keysTop<resBottom) {
1098 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1100 udata_printError(ds, "ures_swap().swapArray16(16-bit units[%d]) failed\n", 2*(resBottom-keysTop));

Completed in 56 milliseconds