Lines Matching refs:locale
26 * <ul><li>A display symbol, for a specific locale
38 * Finds a currency code for the given locale.
39 * @param locale the locale for which to retrieve a currency code.
53 ucurr_forLocale(const char* locale,
87 * Register an (existing) ISO 4217 currency code for the given locale.
91 * @param locale the locale for which to register this currency code
99 const char* locale,
118 * given locale. For example, the display name for the USD
119 * currency object in the en_US locale is "$".
121 * @param locale locale in which to display currency
135 const char* locale,
143 * given locale. For example, the plural name for the USD
144 * currency object in the en_US locale is "US dollar" or "US dollars".
146 * @param locale locale in which to display currency
159 const char* locale,
280 * given locale and date.
281 * @param locale the locale for which to retrieve the
284 * currency count for the given locale.
287 * given locale and date. If 0, currency
293 ucurr_countCurrencies(const char* locale,
298 * Finds a currency code for the given locale and date
299 * @param locale the locale for which to retrieve a currency code.
303 * the given locale.
305 * for the given locale on the given date.
317 ucurr_forLocaleAndDate(const char* locale,
325 * Given a key and a locale, returns an array of string values in a preferred
327 * the open (creation) of the service with the locale formed from the input locale
329 * input locale alone.
332 * @param locale the locale
334 * with the given locale in preferred order. Otherwise,
335 * it will return all the available values for the locale.
337 * @return a string enumeration over keyword values for the given key and the locale.
342 const char* locale,