Lines Matching full:localizations
528 * <p><b>Localizations</b></p>
529 * <p>Constructors are available that allow the specification of localizations for the
535 * element is an array of localizations of these names. The first element of one of these
536 * subarrays is the locale name, and the remaining elements are localizations of the
576 * The localizations data provides information about the public
581 * list are arrays of localizations of the names of the public
584 * Strings being the localizations of the rule set names, in the
589 * @param localizations the localization information.
595 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
620 * The localizations data provides information about the public
625 * list are arrays of localizations of the names of the public
628 * Strings being the localizations of the rule set names, in the
633 * @param localizations a list of localizations for the rule set
642 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
998 // this will ref the localizations if they are not NULL
1000 RuleBasedNumberFormat(const UnicodeString& description, LocalizationInfo* localizations,
1003 …void init(const UnicodeString& rules, LocalizationInfo* localizations, UParseError& perror, UError…
1040 LocalizationInfo* localizations; variable