Home | History | Annotate | Download | only in unicode

Lines Matching refs:UnicodeString

10 *                           match current UnicodeString API.  Forced
12 * of existing methods in UnicodeString.
28 class UnicodeString;
114 * into the UnicodeString <tt>target</tt>.
118 * @param target UnicodeString into which to copy characters.
124 UnicodeString& target) const = 0;
148 const UnicodeString& text) = 0;
150 // existing UnicodeString methods. This method is the exception.
152 // UnicodeString return a UnicodeString&. The 'between' is
153 // required in order to conform to the UnicodeString naming