Lines Matching refs:setTo
129 return result.setTo(s, len); in get()
131 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
144 return result.setTo(s, len); in getNoFallback()
411 formatOpenParen.setTo((UChar)0xFF08); // fullwidth ( in initialize()
412 formatReplaceOpenParen.setTo((UChar)0xFF3B); // fullwidth [ in initialize()
413 formatCloseParen.setTo((UChar)0xFF09); // fullwidth ) in initialize()
414 formatReplaceCloseParen.setTo((UChar)0xFF3D); // fullwidth ] in initialize()
416 formatOpenParen.setTo((UChar)0x0028); // ( in initialize()
417 formatReplaceOpenParen.setTo((UChar)0x005B); // [ in initialize()
418 formatCloseParen.setTo((UChar)0x0029); // ) in initialize()
419 formatReplaceCloseParen.setTo((UChar)0x005D); // ] in initialize()
663 buffer.setTo(src); in appendWithSep()
674 buffer.setTo(combined); in appendWithSep()
780 result.setTo(currencyName, len); in keyValueDisplayName()