Home | History | Annotate | Download | only in common

Lines Matching full:strings

42      * All values are URES_STRING_V2 strings.
46 /** Resource type constant for 16-bit Unicode strings in formatVersion 2. */
51 * All values are URES_STRING_V2 strings.
93 URES_INDEX_KEYS_TOP, /* [1] contains the top of the key strings, */
94 /* same as the bottom of resources or UTF-16 strings, rounded up */
121 * A pool bundle provides key strings that are shared among several other bundles
134 * values stored in a new array of 16-bit units between the table key strings
138 * Multiple Unicode strings may use the same offset and string data,
141 * to the second character. (Short strings-v2 are NUL-terminated
148 * A resource bundle may use a special pool bundle. Some or all of the table key strings
149 * of the using-bundle are omitted, and the key string offsets for such key strings refer
156 * Table key strings must be compared in ASCII order, even if they are not
161 * genrb eliminates duplicates among key strings.
165 * to the second character. (Key strings are NUL-terminated.)
178 * char keys[]; -- characters for key strings
207 * - Empty Unicode strings have an offset value of 0 in the Resource handle itself.
227 * Table items contain key-value pairs where the keys are offsets to char * key strings.
240 * If the resource bundle uses a pool bundle, then some key strings are stored
245 * the pool bundle key strings.
250 * the start of the key strings, not to the start of the bundle.
271 * the table key strings and the other resources. (new in formatVersion 2/ICU 4.4)