Lines Matching refs:localizations
480 * <p><b>Localizations</b></p>
481 * <p>Constructors are available that allow the specification of localizations for the
487 * element is an array of localizations of these names. The first element of one of these
488 * subarrays is the locale name, and the remaining elements are localizations of the
526 * The localizations data provides information about the public
531 * list are arrays of localizations of the names of the public
534 * Strings being the localizations of the rule set names, in the
539 * @param localizations the localization information.
545 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
570 * The localizations data provides information about the public
575 * list are arrays of localizations of the names of the public
578 * Strings being the localizations of the rule set names, in the
583 * @param localizations a list of localizations for the rule set
592 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
991 // this will ref the localizations if they are not NULL
993 RuleBasedNumberFormat(const UnicodeString& description, LocalizationInfo* localizations,
996 void init(const UnicodeString& rules, LocalizationInfo* localizations, UParseError& perror, UErrorCode& status);
1022 LocalizationInfo* localizations;