Home | History | Annotate | Download | only in text

Lines Matching defs:CAPITALIZATION

35      * Settings for CAPITALIZATION (use one)
38 * A possible setting for CAPITALIZATION:
39 * The capitalization context to be used is unknown (this is the default value).
41 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
43 * A possible setting for CAPITALIZATION:
44 * The capitalization context if a date, date symbol or display name is to be
45 * formatted with capitalization appropriate for the middle of a sentence.
47 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
49 * A possible setting for CAPITALIZATION:
50 * The capitalization context if a date, date symbol or display name is to be
51 * formatted with capitalization appropriate for the beginning of a sentence.
53 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
55 * A possible setting for CAPITALIZATION:
56 * The capitalization context if a date, date symbol or display name is to be
57 * formatted with capitalization appropriate for a user-interface list or menu item.
59 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
61 * A possible setting for CAPITALIZATION:
62 * The capitalization context if a date, date symbol or display name is to be
63 * formatted with capitalization appropriate for stand-alone usage such as an
66 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
108 * CAPITALIZATION can be set to one of CAPITALIZATION_NONE through
111 CAPITALIZATION,
130 * (e.g. CAPITALIZATION)