Home | History | Annotate | Download | only in unicode

Lines Matching refs:MessagePattern

37 #include "unicode/messagepattern.h"
333 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
343 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
353 * @deprecated ICU 4.8 Use the MessagePattern class to analyze a ChoiceFormat pattern.
502 * @param pattern A MessagePattern.
507 static int32_t findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number);
510 const MessagePattern &pattern, int32_t partIndex,
522 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex,
527 * We need _some_ way to provide one for the MessagePattern constructor.
528 * Alternatively, the MessagePattern could be a pointer field, but that is
534 * The MessagePattern which contains the parsed structure of the pattern string.
536 * Starting with ICU 4.8, the MessagePattern contains a sequence of
538 * For details see the MessagePattern class API docs.
540 MessagePattern msgPattern;
543 * Docs & fields from before ICU 4.8, before MessagePattern was used.