Home | History | Annotate | Download | only in i18n

Lines Matching refs:UnicodeString

86         /* UnicodeString can handle the case when patternLength = -1. */
87 const UnicodeString pat(pattern, patternLength);
117 /* UnicodeString can handle the case when patternLength = -1. */
118 const UnicodeString pat(pattern, patternLength);
210 UnicodeString res;
243 UnicodeString res;
294 UnicodeString resultStr;
320 UnicodeString res;
361 const UnicodeString src((UChar*)text, len, len);
696 UnicodeString res;
728 res = UnicodeString(df->getCurrency());
766 const UnicodeString val((UChar*)newValue, len, len);
820 UnicodeString pat;
892 UnicodeString(value, length)); /* UnicodeString can handle the case when length = -1. */
916 const UnicodeString pat((UChar*)pattern, len, len);