Lines Matching refs:field
46 * That would be useful for getting the UI order of field elements.</i>
141 * Note that single-field patterns (like "MMM") are automatically added, and
160 * An AppendItem format is a pattern used to append a field if there is no
173 * @param field such as UDATPG_ERA_FIELD.
177 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value);
183 * @param field such as UDATPG_ERA_FIELD.
184 * @return append pattern for field
187 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const;
190 * Sets the names of field, eg "era" in English for ERA. These are only
196 * @param field such as UDATPG_ERA_FIELD.
197 * @param value name of the field
200 void setAppendItemName(UDateTimePatternField field, const UnicodeString& value);
206 * @param field such as UDATPG_ERA_FIELD.
207 * @return name for field
210 const UnicodeString& getAppendItemName(UDateTimePatternField field) const;
257 * Adjusts the field types (width and subtype) of a pattern to match what is
407 UDateTimePatternField getAppendFormatNumber(const char* field) const;
408 field) const;
409 void getAppendName(UDateTimePatternField field, UnicodeString& value);
410 int32_t getCanonicalIndex(const UnicodeString& field);