Lines Matching full:localizations
497 * <p><b>Localizations</b></p>
498 * <p>Constructors are available that allow the specification of localizations for the
504 * element is an array of localizations of these names. The first element of one of these
505 * subarrays is the locale name, and the remaining elements are localizations of the
545 * The localizations data provides information about the public
550 * list are arrays of localizations of the names of the public
553 * Strings being the localizations of the rule set names, in the
558 * @param localizations the localization information.
564 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
589 * The localizations data provides information about the public
594 * list are arrays of localizations of the names of the public
597 * Strings being the localizations of the rule set names, in the
602 * @param localizations a list of localizations for the rule set
611 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
967 // this will ref the localizations if they are not NULL
969 RuleBasedNumberFormat(const UnicodeString& description, LocalizationInfo* localizations,
972 …void init(const UnicodeString& rules, LocalizationInfo* localizations, UParseError& perror, UError…
1001 LocalizationInfo* localizations; variable