Lines Matching refs:UnicodeString
59 /* UnicodeString can handle the case when patternLength = -1. */
60 const UnicodeString pat(pattern, patternLength);
85 /* UnicodeString can handle the case when patternLength = -1. */
86 const UnicodeString pat(pattern, patternLength);
178 UnicodeString res;
211 UnicodeString res;
262 UnicodeString resultStr;
288 UnicodeString res;
327 const UnicodeString src((UBool)(textLength == -1), text, textLength);
426 const UnicodeString src((UBool)(textLength == -1), text, textLength);
536 UnicodeString res;
568 res = UnicodeString(df->getCurrency());
605 UnicodeString val(newValue, newValueLength);
659 UnicodeString pat;
731 UnicodeString(value, length)); /* UnicodeString can handle the case when length = -1. */
755 const UnicodeString pat((UChar*)pattern, len, len);