Lines Matching refs:setTo
132 return result.setTo(s, len); in get()
134 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
147 return result.setTo(s, len); in getNoFallback()
468 formatOpenParen.setTo((UChar)0xFF08); // fullwidth ( in initialize()
469 formatReplaceOpenParen.setTo((UChar)0xFF3B); // fullwidth [ in initialize()
470 formatCloseParen.setTo((UChar)0xFF09); // fullwidth ) in initialize()
471 formatReplaceCloseParen.setTo((UChar)0xFF3D); // fullwidth ] in initialize()
473 formatOpenParen.setTo((UChar)0x0028); // ( in initialize()
474 formatReplaceOpenParen.setTo((UChar)0x005B); // [ in initialize()
475 formatCloseParen.setTo((UChar)0x0029); // ) in initialize()
476 formatReplaceCloseParen.setTo((UChar)0x005D); // ] in initialize()
676 buffer.setTo(src); in appendWithSep()
815 result.setTo(currencyName, len); in keyValueDisplayName()