Home | History | Annotate | Download | only in i18n

Lines Matching refs:symbols

363                                    const DateFormatSymbols& symbols,
367 fSymbols(new DateFormatSymbols(symbols)),
407 * the last resort symbols.
521 // We will need the calendar to know what type of symbols to load.
540 // create a symbols object from the locale
976 * Append symbols[value] to dst. Make sure the array index is not out
982 const UnicodeString* symbols,
986 dst += symbols[value];
1714 // for the "z" symbols, we have to check our time zone data first. If we have a
1796 // all of the other pattern symbols can be formatted as simple numbers with
3267 // run through the pattern and convert any pattern symbols from the version
3380 initializeSymbols(fLocale, fCalendar, status); // we need new symbols