Home | History | Annotate | Download | only in unicode

Lines Matching full:strings

88      * based on hard-coded strings.
116 * based on hard-coded strings.
119 * Will be used to access the correct set of strings.
134 * Will be used to access the correct set of strings.
183 * Gets abbreviated era strings. For example: "AD" and "BC".
186 * @return the era strings.
192 * Sets abbreviated era strings. For example: "AD" and "BC".
193 * @param eras Array of era strings (DateFormatSymbols retains ownership.)
200 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
203 * @return the era name strings.
209 * Sets era name strings. For example: "Anno Domini" and "Before Christ".
210 * @param eraNames Array of era name strings (DateFormatSymbols retains ownership.)
217 * Gets narrow era strings. For example: A" and "D".
220 * @return the narrow era strings.
226 * Sets narrow era strings. For example: "A" and "B".
227 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
234 * Gets month strings. For example: "January", "February", etc.
236 * @return the month strings. (DateFormatSymbols retains ownership.)
242 * Sets month strings. For example: "January", "February", etc.
244 * @param months the new month strings. (not adopted; caller retains ownership)
251 * Gets short month strings. For example: "Jan", "Feb", etc.
254 * @return the short month strings. (DateFormatSymbols retains ownership.)
260 * Sets short month strings. For example: "Jan", "Feb", etc.
262 * @param shortMonths the new short month strings. (not adopted; caller retains ownership)
289 * Gets month strings by width and context. For example: "January", "February", etc.
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
293 * @return the month strings. (DateFormatSymbols retains ownership.)
299 * Sets month strings by width and context. For example: "January", "February", etc.
301 * @param months The new month strings. (not adopted; caller retains ownership)
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
310 * Gets weekday strings. For example: "Sunday", "Monday", etc.
312 * @return the weekday strings. (DateFormatSymbols retains ownership.)
319 * Sets weekday strings. For example: "Sunday", "Monday", etc.
320 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
327 * Gets short weekday strings. For example: "Sun", "Mon", etc.
329 * @return the short weekday strings. (DateFormatSymbols retains ownership.)
335 * Sets short weekday strings. For example: "Sun", "Mon", etc.
336 * @param shortWeekdays the new short weekday strings. (not adopted; caller retains ownership)
343 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
347 * @return the month strings. (DateFormatSymbols retains ownership.)
353 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
354 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
363 * Gets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc.
366 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
368 * @return the quarter strings. (DateFormatSymbols retains ownership.)
374 * Sets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc.
376 * @param quarters The new quarter strings. (not adopted; caller retains ownership)
379 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
386 * Gets AM/PM strings. For example: "AM" and "PM".
388 * @return the weekday strings. (DateFormatSymbols retains ownership.)
394 * Sets ampm strings. For example: "AM" and "PM".
395 * @param ampms the new ampm strings. (not adopted; caller retains ownership)
402 * Gets timezone strings. These strings are stored in a 2-dimensional array.
405 * @return The timezone strings as a 2-d array. (DateFormatSymbols retains ownership.)
411 * Sets timezone strings. These strings
412 * @param strings The timezone strings as a 2-d array to be copied. (not adopted; caller retains ownership)
417 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
473 * Abbreviated era strings. For example: "AD" and "BC".
479 * Era name strings. For example: "Anno Domini" and "Before Christ".
485 * Narrow era strings. For example: "A" and "B".
491 * Month strings. For example: "January", "February", etc.
497 * Short month strings. For example: "Jan", "Feb", etc.
503 * Narrow month strings. For example: "J", "F", etc.
509 * Standalone Month strings. For example: "January", "February", etc.
515 * Standalone Short month strings. For example: "Jan", "Feb", etc.
521 * Standalone Narrow month strings. For example: "J", "F", etc.
527 * Weekday strings. For example: "Sunday", "Monday", etc.
533 * Short weekday strings. For example: "Sun", "Mon", etc.
539 * Narrow weekday strings. For example: "Sun", "Mon", etc.
545 * Standalone Weekday strings. For example: "Sunday", "Monday", etc.
551 * Standalone Short weekday strings. For example: "Sun", "Mon", etc.
557 * Standalone Narrow weekday strings. For example: "Sun", "Mon", etc.
563 * Ampm strings. For example: "AM" and "PM".
569 * Quarter strings. For example: "1st quarter", "2nd quarter", etc.
581 * Standalone quarter strings. For example: "1st quarter", "2nd quarter", etc.
587 * Standalone short quarter strings. For example: "Q1", "Q2", etc.
611 * Pattern strings used for formatting zone offset in a localized time zone GMT string.
677 * Create a copy, in fZoneStrings, of the given zone strings array. The
706 * Create zone strings array by locale if not yet available
711 * Delete just the zone strings.