Home | History | Annotate | Download | only in i18n

Lines Matching refs:symbols

368                                    const DateFormatSymbols& symbols,
372 fSymbols(new DateFormatSymbols(symbols)),
412 * the last resort symbols.
532 // We will need the calendar to know what type of symbols to load.
551 // create a symbols object from the locale
1001 * Append symbols[value] to dst. Make sure the array index is not out
1007 const UnicodeString* symbols,
1011 dst += symbols[value];
1016 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount,
1021 dst += symbols[value];
1023 Formattable monthName((const UnicodeString&)(symbols[value]));
1287 // should consolidate the next section by using arrays of pointers & counts for the right symbols...
1577 // all of the other pattern symbols can be formatted as simple numbers with
3164 // run through the pattern and convert any pattern symbols from the version
3298 initializeSymbols(fLocale, fCalendar, status); // we need new symbols