Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
57 Interface to manage a resource string table containing a set of
62 that allows to access the string table but not to modify it. This
63 interface also allows to modify the string table.
65 It's designed to be used in the context of creating a string table,
80 /** Sets the locale to be used
83 Specifies the current locale to be used.
87 the method tries to find the closest match. E.g. if en_US is re-
107 /** Sets the default locale to be used
110 Specifies the default locale to be used.
124 Associates a String to a Resource ID for the current locale.
130 ID to address the string inside the resource for the current locale.
133 String to be associated with the Resource ID.
147 Associates a String to a Resource ID for a specific locale.
152 It's not recommended to use this method to get the best
157 ID to address the string inside the resource.
160 String to be associated with the Resource ID.
164 The locale has to match exactly with one of the locales provided by
184 The Resource ID to be removed for the current locale.
204 The Resource ID to be removed.
208 The locale has to match exactly with one of the locales provided by
257 if the Locale to be removed is not supported.
274 digit character is reached. This allows to extend unique IDs
285 be reset to 0 if all locales are removed. In all other cases
290 Resource ID passed to <member>setString</member> or
293 As the numeric id is guaranteed to be unique for the complete
295 methods will force the implementation to load all locale data
301 So it's not recommended to use own Resource IDs starting
302 with a decimal number near to the maximum long value if