• Home
  • Raw
  • Download

Lines Matching full:strings

92      * based on hard-coded strings.
121 * based on hard-coded strings.
124 * Will be used to access the correct set of strings.
139 * Will be used to access the correct set of strings.
189 * Gets abbreviated era strings. For example: "AD" and "BC".
192 * @return the era strings.
198 * Sets abbreviated era strings. For example: "AD" and "BC".
199 * @param eras Array of era strings (DateFormatSymbols retains ownership.)
206 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
209 * @return the era name strings.
215 * Sets era name strings. For example: "Anno Domini" and "Before Christ".
216 * @param eraNames Array of era name strings (DateFormatSymbols retains ownership.)
223 * Gets narrow era strings. For example: "A" and "B".
226 * @return the narrow era strings.
232 * Sets narrow era strings. For example: "A" and "B".
233 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
240 * Gets month strings. For example: "January", "February", etc.
242 * @return the month strings. (DateFormatSymbols retains ownership.)
248 * Sets month strings. For example: "January", "February", etc.
250 * @param months the new month strings. (not adopted; caller retains ownership)
257 * Gets short month strings. For example: "Jan", "Feb", etc.
260 * @return the short month strings. (DateFormatSymbols retains ownership.)
266 * Sets short month strings. For example: "Jan", "Feb", etc.
268 * @param shortMonths the new short month strings. (not adopted; caller retains ownership)
312 * Gets month strings by width and context. For example: "January", "February", etc.
315 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
316 * @return the month strings. (DateFormatSymbols retains ownership.)
322 * Sets month strings by width and context. For example: "January", "February", etc.
324 * @param months The new month strings. (not adopted; caller retains ownership)
327 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
333 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
335 * @return the weekday strings. (DateFormatSymbols retains ownership.)
342 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
343 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
350 * Gets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
351 * misleading; it does not get the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
353 * @return the abbreviated weekday strings. (DateFormatSymbols retains ownership.)
359 * Sets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
360 * misleading; it does not set the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
361 …* @param abbrevWeekdays the new abbreviated weekday strings. (not adopted; caller retains ownersh…
368 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc.
371 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
372 * @return the month strings. (DateFormatSymbols retains ownership.)
378 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
379 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
382 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
388 * Gets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc.
391 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
393 * @return the quarter strings. (DateFormatSymbols retains ownership.)
399 * Sets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc.
401 * @param quarters The new quarter strings. (not adopted; caller retains ownership)
404 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
411 * Gets AM/PM strings. For example: "AM" and "PM".
413 * @return the weekday strings. (DateFormatSymbols retains ownership.)
419 * Sets ampm strings. For example: "AM" and "PM".
420 * @param ampms the new ampm strings. (not adopted; caller retains ownership)
457 * Gets cyclic year name strings if the calendar has them, by width and context.
462 * @return The year name strings (DateFormatSymbols retains ownership),
470 * Sets cyclic year name strings by width and context. For example: "jia-zi", "yi-chou", etc.
472 * @param yearNames The new cyclic year name strings (not adopted; caller retains ownership).
482 * Gets calendar zodiac name strings if the calendar has them, by width and context.
487 * @return The zodiac name strings (DateFormatSymbols retains ownership),
495 … * Sets calendar zodiac name strings by width and context. For example: "Rat", "Ox", "Tiger", etc.
497 * @param zodiacNames The new zodiac name strings (not adopted; caller retains ownership).
545 * Gets timezone strings. These strings are stored in a 2-dimensional array.
548 … * @return The timezone strings as a 2-d array. (DateFormatSymbols retains ownership.)
555 * Sets timezone strings. These strings are stored in a 2-dimensional array.
556 * <p><b>Note:</b> SimpleDateFormat no longer use the zone strings stored in
557 * a DateFormatSymbols. Therefore, the time zone strings set by this mthod
560 …* @param strings The timezone strings as a 2-d array to be copied. (not adopted; caller reta…
565 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
648 * Abbreviated era strings. For example: "AD" and "BC".
654 * Era name strings. For example: "Anno Domini" and "Before Christ".
660 * Narrow era strings. For example: "A" and "B".
666 * Month strings. For example: "January", "February", etc.
672 * Short month strings. For example: "Jan", "Feb", etc.
678 * Narrow month strings. For example: "J", "F", etc.
684 * Standalone Month strings. For example: "January", "February", etc.
690 * Standalone Short month strings. For example: "Jan", "Feb", etc.
696 * Standalone Narrow month strings. For example: "J", "F", etc.
702 * CLDR-style format wide weekday strings. For example: "Sunday", "Monday", etc.
708 * CLDR-style format abbreviated (not short) weekday strings. For example: "Sun", "Mon", etc.
714 * CLDR-style format short weekday strings. For example: "Su", "Mo", etc.
720 * CLDR-style format narrow weekday strings. For example: "S", "M", etc.
726 * CLDR-style standalone wide weekday strings. For example: "Sunday", "Monday", etc.
732 … * CLDR-style standalone abbreviated (not short) weekday strings. For example: "Sun", "Mon", etc.
738 * CLDR-style standalone short weekday strings. For example: "Su", "Mo", etc.
744 * Standalone Narrow weekday strings. For example: "Sun", "Mon", etc.
750 * Ampm strings. For example: "AM" and "PM".
756 * Narrow Ampm strings. For example: "a" and "p".
767 * Quarter strings. For example: "1st quarter", "2nd quarter", etc.
779 * Standalone quarter strings. For example: "1st quarter", "2nd quarter", etc.
785 * Standalone short quarter strings. For example: "Q1", "Q2", etc.
814 * two-dimensional array of strings of size n by m,
869 * Abbreviated (== short) day period strings.
875 * Wide day period strings.
881 * Narrow day period strings.
887 * Stand-alone abbreviated (== short) day period strings.
893 * Stand-alone wide day period strings.
899 * Stand-alone narrow day period strings.
953 * Create a copy, in fZoneStrings, of the given zone strings array. The
971 * Create zone strings array by locale if not yet available
976 * Delete just the zone strings.