Home | History | Annotate | Download | only in common

Lines Matching refs:Resource

49     UResourceDataEntry *fParent; /*next resource in fallback chain*/
52 uint32_t fCountExisting; /* how much is this resource used */
66 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */
70 Resource fRes;
78 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
96 * Returns a resource that can be located using the pathToResource argument. One needs optional package, locale
102 * syntax that delineates between package/tree and resource.
104 * @param pathToResource a path that will lead to the requested resource
116 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside
117 * the supplied resource, for example, if you have "en_US" resource bundle opened, you might ask for
123 * @param resourceBundle a resource
124 * @param pathToResource a path that will lead to the requested resource
141 * @param resName top level resource. Example: "collations"
161 * @param keyword a particular keyword to consider, must match a top level resource name
171 * Get a resource with multi-level fallback. Normally only the top level resources will
173 * is defined in a resource bundle and a parent resource bundle, normally no fallback occurs
174 * on the sub-resources because the table is defined in the current resource bundle, but this
176 * @param resB a resource
177 * @param inKey a key associated with the requested resource
197 * is defined in a resource bundle and a parent resource bundle, normally no fallback occurs
198 * on the sub-resources because the table is defined in the current resource bundle, but this
200 * @param resB a resource
201 * @param inKey a key associated with the requested resource