Lines Matching refs:pattern
139 * <p>Date and time formats are specified by <em>date and time pattern</em> strings.
140 * Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved
141 * as pattern letters representing calendar fields. <code>UDateFormat</code> supports
142 * the date and time formatting algorithm and pattern letters defined by
186 * Use the pattern given in the parameter to udat_open
557 * resolution and a fractional seconds sub-pattern of SSS. If the
558 * sub-pattern is S or SS, the fractional seconds value will be truncated
560 * fractional seconds sub-pattern is longer than SSS, the additional
783 * no corresponding UCAL_ field. No pattern character is currently
804 * Is a pattern character defined for UDAT_TIME_SEPARATOR_FIELD?
831 * When the pattern parameter is used, pass in UDAT_PATTERN for both timeStyle and dateStyle.
835 * When the pattern parameter is used, pass in UDAT_PATTERN for both timeStyle and dateStyle.
845 * @param pattern A pattern specifying the format to use.
846 * @param patternLength The number of characters in the pattern, or -1 if null-terminated.
858 const UChar *pattern,
892 * e.g. accepting "--mon-02-march-2011" for a pattern of "'--: 'EEE-WW-MMMM-yyyy"
897 * indicates tolerance of pattern mismatch between input data and specified format pattern.
898 * e.g. accepting "September" for a month pattern of MMM ("Sep")
1165 * precisely match the pattern. With strict parsing, inputs must match the pattern.
1177 * precisely match the pattern. With strict parsing, inputs must match the pattern.
1336 * Extract the pattern from a UDateFormat.
1337 * The pattern will follow the pattern syntax rules.
1339 * @param localized TRUE if the pattern should be localized, FALSE otherwise.
1340 * @param result A pointer to a buffer to receive the pattern.
1355 * Set the pattern used by an UDateFormat.
1356 * The pattern should follow the pattern syntax rules.
1358 * @param localized TRUE if the pattern is localized, FALSE otherwise.
1359 * @param pattern The new pattern
1360 * @param patternLength The length of pattern, or -1 if null-terminated.
1367 const UChar *pattern,
1482 * @param result A pointer to a buffer to receive the pattern.
1576 * Extract the date pattern from a UDateFormat set for relative date formatting.
1577 * The pattern will follow the pattern syntax rules.
1579 * @param result A pointer to a buffer to receive the pattern.
1593 * Extract the time pattern from a UDateFormat set for relative date formatting.
1594 * The pattern will follow the pattern syntax rules.
1596 * @param result A pointer to a buffer to receive the pattern.
1611 * The patterns should follow the pattern syntax rules.
1613 * @param datePattern The new date pattern
1615 * @param timePattern The new time pattern
1638 const UChar *pattern,