Home | History | Annotate | Download | only in unicode

Lines Matching refs:source

91  * {@link #format(const Formattable* source, int32_t count, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)},
93 * {@link #format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)},
95 * {@link #parse(const UnicodeString& source, ParsePosition& pos, int32_t& count)},
96 * {@link #parse(const UnicodeString& source, int32_t& cnt, UErrorCode& status)}
244 * bundle source files) which strings will be processed by MessageFormat.
596 * @param source An array of objects to be formatted.
597 * @param count The number of elements of 'source'.
606 UnicodeString& format(const Formattable* source,
621 * @param count The number of elements of 'source'.
705 * @param source String to be parsed.
715 virtual Formattable* parse(const UnicodeString& source,
725 * @param source String to be parsed.
734 virtual Formattable* parse(const UnicodeString& source,
742 * @param source The string to be parsed into an object.
750 virtual void parseObject(const UnicodeString& source,
942 * Checks the range of the source text to quote the special
944 * @param source
945 * @param start the text offset to start the process of in the source string
946 * @param end the text offset to end the process of in the source string