Lines Matching full:localizations
535 * <p><b>Localizations</b></p>
536 * <p>Constructors are available that allow the specification of localizations for the
542 * element is an array of localizations of these names. The first element of one of these
543 * subarrays is the locale name, and the remaining elements are localizations of the
583 * The localizations data provides information about the public
588 * list are arrays of localizations of the names of the public
591 * Strings being the localizations of the rule set names, in the
596 * @param localizations the localization information.
602 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
627 * The localizations data provides information about the public
632 * list are arrays of localizations of the names of the public
635 * Strings being the localizations of the rule set names, in the
640 * @param localizations a list of localizations for the rule set
649 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
1065 // this will ref the localizations if they are not NULL
1067 RuleBasedNumberFormat(const UnicodeString& description, LocalizationInfo* localizations,
1070 …void init(const UnicodeString& rules, LocalizationInfo* localizations, UParseError& perror, UError…
1109 LocalizationInfo* localizations; variable