Lines Matching refs:UnicodeString
30 class UnicodeString;
37 * a UnicodeString, a UChar[] array, a UnicodeSet, or any other object
48 * (e.g., store a UErrorCode, make/keep a UnicodeString bogus).
148 * An Appendable implementation which writes to a UnicodeString.
156 * Aliases the UnicodeString (keeps its reference) for writing.
157 * @param s The UnicodeString to which this Appendable will write.
160 explicit UnicodeStringAppendable(UnicodeString &s) : str(s) {}
185 * Appends a string to the UnicodeString.
194 * Tells the UnicodeString that the caller is going to append roughly
208 * on the UnicodeString.
229 UnicodeString &str;