Searched refs:newLocale (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlocid.h349 * @param newLocale Locale to set to. If NULL, set to the value obtained
355 static void U_EXPORT2 setDefault(const Locale& newLocale,
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dmsgfmt.h356 * @param newLocale The locale to use for formatting dates and numbers.
362 const Locale& newLocale,
367 * @param newLocale The locale to use for formatting dates and numbers.
375 const Locale& newLocale,
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmsgfmt.cpp240 const Locale& newLocale,
242 : fLocale(newLocale),
262 const Locale& newLocale,
265 : fLocale(newLocale),
239 MessageFormat(const UnicodeString& pattern, const Locale& newLocale, UErrorCode& success) argument
261 MessageFormat(const UnicodeString& pattern, const Locale& newLocale, UParseError& parseError, UErrorCode& success) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocid.cpp616 Locale::setDefault( const Locale& newLocale, argument
626 const char *localeID = newLocale.getName();
/macosx-10.9.5/tcl-102/tcl/tcl/library/msgcat/
H A Dmsgcat.tcl215 # newLocale (Optional) The new locale string. Locale strings
229 \"[lindex [info level 0] 0] ?newLocale?\""
233 set newLocale [lindex $args 0]
234 if {$newLocale ne [file tail $newLocale]} {
235 return -code error "invalid newLocale value \"$newLocale\":\
238 set Locale [string tolower $newLocale]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl215 # newLocale (Optional) The new locale string. Locale strings
228 error {wrong # args: should be "mclocale ?newLocale?"}
232 set newLocale [lindex $args 0]
233 if {$newLocale ne [file tail $newLocale]} {
234 return -code error "invalid newLocale value \"$newLocale\":\
237 set Locale [string tolower $newLocale]

Completed in 137 milliseconds