Home | History | Annotate | Download | only in i18n

Lines Matching refs:Locale

58 // Initializes this with the decimal format symbols in the default locale.
62 locale()
64 initialize(locale, status, TRUE);
68 // Initializes this with the decimal format symbols in the desired locale.
70 DecimalFormatSymbols::DecimalFormatSymbols(const Locale& loc, UErrorCode& status)
72 locale(loc)
74 initialize(locale, status);
118 locale = rhs.locale;
146 return locale == that.locale &&
154 DecimalFormatSymbols::initialize(const Locale& loc, UErrorCode& status, UBool useLastResortData)
213 // Next get the numbering system for this locale and set zero digit
214 // and the digit string based on the numbering system for the locale
345 /* else An explicit currency was requested and is unknown or locale data is malformed. */
424 Locale