Lines Matching full:offsets
37 /** Resource type constant for tables with 32-bit count, key offsets and values. */
41 * Resource type constant for tables with 16-bit count, key offsets and values.
149 * of the using-bundle are omitted, and the key string offsets for such key strings refer
150 * to offsets in the pool bundle.
204 * which are offsets to String-v2 resources in the same 16-bit-units array.
213 * All other types and values use 28-bit offsets to point to the item's data.
216 * To get byte offsets, the offset is multiplied by 4 (or shifted left by 2 bits).
219 * New in formatVersion 2/ICU 4.4: Some types use offsets into the 16-bit-units array,
227 * Table items contain key-value pairs where the keys are offsets to char * key strings.
229 * offsets into the 16-bit-units array, depending on the table type.
232 * or of offsets into the 16-bit-units array, depending on the array type.
234 * Table key string offsets: -------
236 * Key string offsets are relative to the start of the resource data (of the root handle),
264 * Most resources have their values stored at four-byte offsets from the start
270 * at 2-byte offsets from the start of a contiguous 16-bit-unit array between
273 * Resource16 values in Table16 and Array16 are 16-bit offsets to String-v2
274 * resources, with the offsets relative to the start of the 16-bit-units array.