Searched defs:UResourceBundle (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dures.h49 * UResourceBundle is an opaque type for handles for resource bundles in C APIs.
52 struct UResourceBundle;
57 typedef struct UResourceBundle UResourceBundle; typedef in typeref:struct:UResourceBundle
133 * Opens a UResourceBundle, from which users can extract strings by using
160 U_STABLE UResourceBundle* U_EXPORT2
183 U_STABLE UResourceBundle* U_EXPORT2
206 U_STABLE UResourceBundle* U_EXPORT2
229 ures_countArrayItems(const UResourceBundle* resourceBundle,
243 ures_close(UResourceBundle* resourceBundl
[all...]
/external/icu/icu4c/source/common/
H A Duresimp.h61 struct UResourceBundle { struct
78 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
81 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
91 U_CAPI UResourceBundle* U_EXPORT2
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_copyRes
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java37 * getString and getObject methods. In UResourceBundle, each individual element of a
76 * UResourceBundle bundle =
77 * UResourceBundle.getBundleInstance("com/mycompany/resources",
82 * UResourceBundle bundle =
83 * UResourceBundle.getBundleInstance("com.mycompany.resources.LocaleElements",
94 public abstract class UResourceBundle extends ResourceBundle { class in inherits:ResourceBundle
107 public static UResourceBundle getBundleInstance(String baseName, String localeName){
123 public static UResourceBundle getBundleInstance(String baseName, String localeName,
143 protected static UResourceBundle getBundleInstance(String baseName, String localeName,
154 public UResourceBundle() { method in class:UResourceBundle
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 143 milliseconds