Lines Matching refs:pattern
104 * Use a pattern to create either a DecimalFormat or a RuleBasedNumberFormat
105 * formatter. The pattern must conform to the syntax defined for those
136 * Decimal format defined by pattern
166 * Rule-based format defined by pattern
218 * number format is opened using the given pattern, which must conform
221 * @param pattern A pattern specifying the format to use.
224 * @param patternLength The number of characters in the pattern, or -1
241 const UChar* pattern,
486 * Set the pattern used by a UNumberFormat. This can only be used
490 * @param localized TRUE if the pattern is localized, FALSE otherwise.
491 * @param pattern The new pattern
492 * @param patternLength The length of pattern, or -1 if null-terminated.
504 const UChar *pattern,
743 * Extract the pattern from a UNumberFormat. The pattern will follow
744 * the DecimalFormat pattern syntax.
746 * @param isPatternLocalized TRUE if the pattern should be localized,
749 * @param result A pointer to a buffer to receive the pattern.
775 /** The pattern separator */
781 /** Character representing a digit in the pattern */