Lines Matching full:localizations
537 * <p><b>Localizations</b></p>
538 * <p>Constructors are available that allow the specification of localizations for the
544 * element is an array of localizations of these names. The first element of one of these
545 * subarrays is the locale name, and the remaining elements are localizations of the
585 * The localizations data provides information about the public
590 * list are arrays of localizations of the names of the public
593 * Strings being the localizations of the rule set names, in the
598 * @param localizations the localization information.
604 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
629 * The localizations data provides information about the public
634 * list are arrays of localizations of the names of the public
637 * Strings being the localizations of the rule set names, in the
642 * @param localizations a list of localizations for the rule set
651 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
1045 // this will ref the localizations if they are not NULL
1047 RuleBasedNumberFormat(const UnicodeString& description, LocalizationInfo* localizations,
1050 …void init(const UnicodeString& rules, LocalizationInfo* localizations, UParseError& perror, UError…
1089 LocalizationInfo* localizations; variable