Lines Matching full:offsets
36 /** Resource type constant for tables with 32-bit count, key offsets and values. */
40 * Resource type constant for tables with 16-bit count, key offsets and values.
143 * of the using-bundle are omitted, and the key string offsets for such key strings refer
144 * to offsets in the pool bundle.
198 * which are offsets to String-v2 resources in the same 16-bit-units array.
207 * All other types and values use 28-bit offsets to point to the item's data.
210 * To get byte offsets, the offset is multiplied by 4 (or shifted left by 2 bits).
213 * New in formatVersion 2/ICU 4.4: Some types use offsets into the 16-bit-units array,
221 * Table items contain key-value pairs where the keys are offsets to char * key strings.
223 * offsets into the 16-bit-units array, depending on the table type.
226 * or of offsets into the 16-bit-units array, depending on the array type.
228 * Table key string offsets: -------
230 * Key string offsets are relative to the start of the resource data (of the root handle),
258 * Most resources have their values stored at four-byte offsets from the start
264 * at 2-byte offsets from the start of a contiguous 16-bit-unit array between
267 * Resource16 values in Table16 and Array16 are 16-bit offsets to String-v2
268 * resources, with the offsets relative to the start of the 16-bit-units array.