Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

105  * Use a pattern to create either a DecimalFormat or a RuleBasedNumberFormat
106 * formatter. The pattern must conform to the syntax defined for those
137 * Decimal format defined by a pattern string.
182 * Rule-based format defined by a pattern string.
273 * number format is opened using the given pattern, which must conform
276 * @param pattern A pattern specifying the format to use.
279 * @param patternLength The number of characters in the pattern, or -1
296 const UChar* pattern,
629 * Set the pattern used by a UNumberFormat. This can only be used
633 * @param localized TRUE if the pattern is localized, FALSE otherwise.
634 * @param pattern The new pattern
635 * @param patternLength The length of pattern, or -1 if null-terminated.
647 const UChar *pattern,
886 * Extract the pattern from a UNumberFormat. The pattern will follow
887 * the DecimalFormat pattern syntax.
889 * @param isPatternLocalized TRUE if the pattern should be localized,
892 * @param result A pointer to a buffer to receive the pattern.
918 /** The pattern separator */
924 /** Character representing a digit in the pattern */