Searched defs:ResourceBundle (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/unicode/
H A Dresbund.h74 * The ResourceBundle class is not suitable for subclassing.
78 class U_COMMON_API ResourceBundle : public UObject { class in inherits:UObject
90 * ResourceBundle passing Locale::FRENCH for the "locale" parameter,
106 ResourceBundle(const UnicodeString& packageName,
121 ResourceBundle(const UnicodeString& packageName,
130 ResourceBundle(UErrorCode &err);
146 ResourceBundle(const char* packageName,
156 ResourceBundle(const ResourceBundle &original);
167 ResourceBundle(UResourceBundl
[all...]
/external/icu4c/common/
H A Dresbund_cnv.cpp25 ResourceBundle::ResourceBundle( const UnicodeString& path, function in class:ResourceBundle
33 ResourceBundle::ResourceBundle( const UnicodeString& path, function in class:ResourceBundle
41 ResourceBundle::constructForLocale(const UnicodeString& path,
H A Dresbund.cpp61 * ResourceBundle statically keeps track of which files have been
71 * The ResourceBundle parsing mechanism is implemented as a transition
120 * once a ResourceBundle object is constructed, the inheritance path
125 * someone. So when a ResourceBundle for xx_YY_zz is constructed,
137 * ResourceBundle supports TableCollation as a special case. This
138 * involves having special ResourceBundle objects which DO own their
140 * ResourceBundle cache (these are already cached in the
143 * interpretation, from the standpoint of ResourceBundle. .ctx files
144 * are loaded into otherwise ordinary ResourceBundle objects. They
155 * resources are read straight into the ResourceBundle objec
173 ResourceBundle::ResourceBundle(UErrorCode &err) function in class:ResourceBundle
179 ResourceBundle::ResourceBundle(const ResourceBundle &other) function in class:ResourceBundle
192 ResourceBundle::ResourceBundle(UResourceBundle *res, UErrorCode& err) function in class:ResourceBundle
203 ResourceBundle::ResourceBundle(const char* path, const Locale& locale, UErrorCode& err) function in class:ResourceBundle
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1377 #define ResourceBundle ResourceBundle_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1377 #define ResourceBundle ResourceBundle_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1377 #define ResourceBundle ResourceBundle_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1377 #define ResourceBundle ResourceBundle_3_2 macro

Completed in 296 milliseconds