Lines Matching defs:UResourceBundle

70 struct UResourceBundle {
87 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
90 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
93 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
95 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
102 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
103 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
104 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
107 U_CFUNC UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status);
119 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
122 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
124 U_CAPI UResourceBundle* U_EXPORT2
126 UResourceBundle *fillIn, UErrorCode *status);
138 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
141 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
143 U_CAPI UResourceBundle* U_EXPORT2
144 ures_findSubResource(const UResourceBundle *resB,
146 UResourceBundle *fillIn, UErrorCode *status);
188 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
194 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
196 U_CAPI UResourceBundle* U_EXPORT2
197 ures_getByKeyWithFallback(const UResourceBundle *resB,
199 UResourceBundle *fillIn,
215 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
218 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
231 ures_getVersionByKey(const UResourceBundle *resB,
247 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle);
263 ures_getLocaleInternal(const UResourceBundle* resourceBundle,