Home | History | Annotate | Download | only in text

Lines Matching defs:CAPITALIZATION

37      * Settings for CAPITALIZATION (use one)
40 * A possible setting for CAPITALIZATION:
41 * The capitalization context to be used is unknown (this is the default value).
44 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
46 * A possible setting for CAPITALIZATION:
47 * The capitalization context if a date, date symbol or display name is to be
48 * formatted with capitalization appropriate for the middle of a sentence.
51 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
53 * A possible setting for CAPITALIZATION:
54 * The capitalization context if a date, date symbol or display name is to be
55 * formatted with capitalization appropriate for the beginning of a sentence.
58 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
60 * A possible setting for CAPITALIZATION:
61 * The capitalization context if a date, date symbol or display name is to be
62 * formatted with capitalization appropriate for a user-interface list or menu item.
65 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
67 * A possible setting for CAPITALIZATION:
68 * The capitalization context if a date, date symbol or display name is to be
69 * formatted with capitalization appropriate for stand-alone usage such as an
73 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
121 * CAPITALIZATION can be set to one of CAPITALIZATION_NONE through
125 CAPITALIZATION,
146 * (e.g. CAPITALIZATION)