Lines Matching full:stored
134 * values stored in a new array of 16-bit units between the table key strings
157 * stored in ASCII.
183 * uint16_t 16BitUnits[]; -- resources that are stored entirely as sequences of 16-bit units
196 * Leaves of the tree may be stored first or last or anywhere in between,
200 * Starting with formatVersion 2/ICU 4.4, some resources are stored in a special
210 * - Integer values are 28-bit values stored in the Resource handle itself;
240 * If the resource bundle uses a pool bundle, then some key strings are stored
264 * Most resources have their values stored at four-byte offsets from the start
266 * Some resource values are stored directly in the offset field of the Resource itself.
269 * Some resources have their values stored as sequences of 16-bit units,
288 * (stored in the 16-bit-units array; new in formatVersion 2/ICU 4.4)
295 * (stored in the 16-bit-units array; new in formatVersion 2/ICU 4.4)
299 * (stored in the 16-bit-units array; new in formatVersion 2/ICU 4.4)
304 * - Vectors of 8-bit bytes stored as type Binary.
305 * - Vectors of 16-bit words stored as type Unicode String or Unicode String-v2
307 * - Vectors of 32-bit words stored as type Integer Vector.