Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

184  *    only keeps the field pattern letter and ignores all other parts 
185 * in a pattern, such as space, punctuations, and string literals.
191 * might hide a field's pattern letter length.
193 * For those non-digit calendar fields, the pattern letter length is
195 * and the field's pattern letter length is honored.
198 * the field pattern length is ignored and the best match, which is defined
199 * in date time patterns, will be returned without honor the field pattern
526 * @param pattern A pattern specifying the format to use.
527 * @param patternLength The number of characters in the pattern, or -1 if null-terminated.
539 const UChar *pattern,
654 * precisely match the pattern. With strict parsing, inputs must match the pattern.
666 * precisely match the pattern. With strict parsing, inputs must match the pattern.
779 * Extract the pattern from a UDateFormat.
780 * The pattern will follow the pattern syntax rules.
782 * @param localized TRUE if the pattern should be localized, FALSE otherwise.
783 * @param result A pointer to a buffer to receive the pattern.
798 * Set the pattern used by an UDateFormat.
799 * The pattern should follow the pattern syntax rules.
801 * @param localized TRUE if the pattern is localized, FALSE otherwise.
802 * @param pattern The new pattern
803 * @param patternLength The length of pattern, or -1 if null-terminated.
810 const UChar *pattern,
871 * @param result A pointer to a buffer to receive the pattern.
941 * Extract the date pattern from a UDateFormat set for relative date formatting.
942 * The pattern will follow the pattern syntax rules.
944 * @param result A pointer to a buffer to receive the pattern.
958 * Extract the time pattern from a UDateFormat set for relative date formatting.
959 * The pattern will follow the pattern syntax rules.
961 * @param result A pointer to a buffer to receive the pattern.
976 * The patterns should follow the pattern syntax rules.
978 * @param datePattern The new date pattern
980 * @param timePattern The new time pattern