Lines Matching full:localizations
536 * <p><b>Localizations</b></p>
537 * <p>Constructors are available that allow the specification of localizations for the
543 * element is an array of localizations of these names. The first element of one of these
544 * subarrays is the locale name, and the remaining elements are localizations of the
584 * The localizations data provides information about the public
589 * list are arrays of localizations of the names of the public
592 * Strings being the localizations of the rule set names, in the
597 * @param localizations the localization information.
603 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
628 * The localizations data provides information about the public
633 * list are arrays of localizations of the names of the public
636 * Strings being the localizations of the rule set names, in the
641 * @param localizations a list of localizations for the rule set
650 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
1006 // this will ref the localizations if they are not NULL
1008 RuleBasedNumberFormat(const UnicodeString& description, LocalizationInfo* localizations,
1011 …void init(const UnicodeString& rules, LocalizationInfo* localizations, UParseError& perror, UError…
1048 LocalizationInfo* localizations; variable