Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

183  *    only keeps the field pattern letter and ignores all other parts 
184 * in a pattern, such as space, punctuations, and string literals.
190 * might hide a field's pattern letter length.
192 * For those non-digit calendar fields, the pattern letter length is
194 * and the field's pattern letter length is honored.
197 * the field pattern length is ignored and the best match, which is defined
198 * in date time patterns, will be returned without honor the field pattern
511 * @param pattern A pattern specifying the format to use.
512 * @param patternLength The number of characters in the pattern, or -1 if null-terminated.
524 const UChar *pattern,
620 * precisely match the pattern. With strict parsing, inputs must match the pattern.
632 * precisely match the pattern. With strict parsing, inputs must match the pattern.
745 * Extract the pattern from a UDateFormat.
746 * The pattern will follow the pattern syntax rules.
748 * @param localized TRUE if the pattern should be localized, FALSE otherwise.
749 * @param result A pointer to a buffer to receive the pattern.
764 * Set the pattern used by an UDateFormat.
765 * The pattern should follow the pattern syntax rules.
767 * @param localized TRUE if the pattern is localized, FALSE otherwise.
768 * @param pattern The new pattern
769 * @param patternLength The length of pattern, or -1 if null-terminated.
776 const UChar *pattern,
837 * @param result A pointer to a buffer to receive the pattern.
907 * Extract the date pattern from a UDateFormat set for relative date formatting.
908 * The pattern will follow the pattern syntax rules.
910 * @param result A pointer to a buffer to receive the pattern.
924 pattern from a UDateFormat set for relative date formatting.
925 * The pattern will follow the pattern syntax rules.
927 * @param result A pointer to a buffer to receive the pattern.
942 * The patterns should follow the pattern syntax rules.
944 * @param datePattern The new date pattern
946 * @param timePattern The new time pattern