Lines Matching full:strings
2 ## `ContentSize`, `Length`, `Strings` and/or `RawContent` can be specified in
73 ## We can specify `Strings` for a string table. Default contents (ie. symbol
77 ## Case 7: produce a string table with specified `Strings` directly. In this
99 Strings:
103 ## Case 8: if the number of `Strings` is greater than or equal to the number
104 ## of default strings, all default strings will be overwritten by
144 ## Case 9: if the number of `Strings` is less than the number of default
145 ## strings, default strings will be partially overwritten. The
146 ## remaining strings will still be stored after the specified strings
188 ## We can specify both `ContentSize` and `Strings` when `ContentSize` is equal
191 ## Case 10: produce a string table with specified `ContentSize` and `Strings`
192 ## when the value is greater than the size of specified strings.
204 ## `ContentSize` and `Strings` when the `ContentSize` is greater
218 ## than the final content size. None of `ContentSize`, `Strings` or
277 # CASE17: error: can't specify Strings or Length when RawContent is specified
279 ## Case 18: report an error if both `RawContent` and `Strings` are specified.
283 # CASE18: error: can't specify Strings or Length when RawContent is specified