Lines Matching refs:locale
30 * Modified to load locale index out of new file
64 * locale. A resource bundle provides a way of accessing locale- specfic information in
66 * locale and then ask it for individual resources.
83 * @param packageName The packageName and locale together point to an ICU udata object,
84 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
88 * @param locale This is the locale this resource bundle is for. To get resources
89 * for the French locale, for example, you would create a
90 * ResourceBundle passing Locale::FRENCH for the "locale" parameter,
92 * resources that pertain to the French locale. If the caller doesn't
93 * pass a locale parameter, the default locale for the system (as
94 * returned by Locale::getDefault()) will be used.
100 * indicates that a fall back locale was used. For example, 'de_CH' was requested,
102 * the default locale data was used; neither the requested locale nor any of its
107 const Locale& locale,
113 * @param packageName The packageName and locale together point to an ICU udata object,
114 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
133 * Standard constructor, onstructs a resource bundle for the locale-specific
136 * @param packageName The packageName and locale together point to an ICU udata object,
137 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
142 * @param locale The locale for which to open a resource bundle.
147 const Locale& locale,
309 * Gets the locale ID of the resource bundle as a string.
312 * @return the locale ID of the resource bundle as a string
438 * Return the Locale associated with this ResourceBundle.
440 * @return a Locale object
443 const Locale&
448 * Return the Locale associated with this ResourceBundle.
450 * locale. For description see the definition of
454 * @return a Locale object
457 const Locale
485 void constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error);
486 Locale *fLocale;