Home | History | Annotate | Download | only in common

Lines Matching refs:top

963     int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top;
1024 top=udata_readInt32(ds, inIndexes[URES_INDEX_BUNDLE_TOP]);
1027 if(0<=bundleLength && bundleLength<top) {
1028 udata_printError(ds, "ures_swap(): resource top %d exceeds bundle length %d\n",
1029 top, bundleLength);
1070 uprv_memcpy(outBundle, inBundle, 4*top);
1127 return headerSize+4*top;