Lines Matching refs:locale
159 * Format a message for a locale.
161 * locale. For all numeric arguments, double is assumed unless the type is
163 * @param locale The locale for which the message will be formatted
177 u_formatMessage(const char *locale,
186 * Format a message for a locale.
188 * locale. For all numeric arguments, double is assumed unless the type is
190 * @param locale The locale for which the message will be formatted
204 u_vformatMessage( const char *locale,
217 * @param locale The locale for which the message is formatted
229 u_parseMessage( const char *locale,
242 * @param locale The locale for which the message is formatted
254 u_vparseMessage(const char *locale,
263 * Format a message for a locale.
265 * locale. For all numeric arguments, double is assumed unless the type is
267 * @param locale The locale for which the message will be formatted
283 u_formatMessageWithError( const char *locale,
293 * Format a message for a locale.
295 * locale. For all numeric arguments, double is assumed unless the type is
297 * @param locale The locale for which the message will be formatted
312 u_vformatMessageWithError( const char *locale,
326 * @param locale The locale for which the message is formatted
340 u_parseMessageWithError(const char *locale,
354 * @param locale The locale for which the message is formatted
368 u_vparseMessageWithError(const char *locale,
386 * Open a message formatter with given pattern and for the given locale.
389 * @param locale The locale for which the messages are formatted.
400 locale,
445 * Sets the locale. This locale is used for fetching default number or date
448 * @param locale The locale the formatter should use.
453 const char* locale);
456 * Gets the locale. This locale is used for fetching default number or date
459 * @return the locale.
502 * Format a message for a locale.
504 * locale. For all numeric arguments, double is assumed unless the type is
524 * Format a message for a locale.
526 * locale. For all numeric arguments, double is assumed unless the type is