Home | History | Annotate | Download | only in common

Lines Matching defs:UResourceBundle

72 struct UResourceBundle {
89 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
92 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
95 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
97 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
104 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
105 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
106 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
109 U_CFUNC UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status);
121 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
124 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
126 U_CAPI UResourceBundle* U_EXPORT2
128 UResourceBundle *fillIn, UErrorCode *status);
140 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
143 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
145 U_CAPI UResourceBundle* U_EXPORT2
146 ures_findSubResource(const UResourceBundle *resB,
148 UResourceBundle *fillIn, UErrorCode *status);
190 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
196 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
198 U_CAPI UResourceBundle* U_EXPORT2
199 ures_getByKeyWithFallback(const UResourceBundle *resB,
201 UResourceBundle *fillIn,
217 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
220 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
233 ures_getVersionByKey(const UResourceBundle *resB,
249 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle);
265 ures_getLocaleInternal(const UResourceBundle* resourceBundle,