Home | History | Annotate | Download | only in common

Lines Matching refs:Resource

56     UResourceDataEntry *fParent; /*next resource in fallback chain*/
61 uint32_t fCountExisting; /* how much is this resource used */
75 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */
79 Resource fRes;
87 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
110 * Returns a resource that can be located using the pathToResource argument. One needs optional package, locale
116 * syntax that delineates between package/tree and resource.
118 * @param pathToResource a path that will lead to the requested resource
129 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside
130 * the supplied resource, for example, if you have "en_US" resource bundle opened, you might ask for
136 * @param resourceBundle a resource
137 * @param pathToResource a path that will lead to the requested resource
153 * @param resName top level resource. Example: "collations"
172 * @param keyword a particular keyword to consider, must match a top level resource name
181 * Get a resource with multi-level fallback. Normally only the top level resources will
183 * is defined in a resource bundle and a parent resource bundle, normally no fallback occurs
184 * on the sub-resources because the table is defined in the current resource bundle, but this
186 * @param resB a resource
187 * @param inKey a key associated with the requested resource
206 * is defined in a resource bundle and a parent resource bundle, normally no fallback occurs
207 * on the sub-resources because the table is defined in the current resource bundle, but this
209 * @param resB a resource
210 * @param inKey a key associated with the requested resource
241 * @param resourceBundle The resource bundle for which the version is checked.
242 * @return A version number string as specified in the resource bundle or its parent.
251 * you to query for the real locale of the resource. For example, if you requested
253 * For subresources, the locale where this resource comes from will be returned.
258 * @param resourceBundle resource bundle in question