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()
471 formatOpenParen.setTo((UChar)0xFF08); // fullwidth ( in initialize()
472 formatReplaceOpenParen.setTo((UChar)0xFF3B); // fullwidth [ in initialize()
473 formatCloseParen.setTo((UChar)0xFF09); // fullwidth ) in initialize()
474 formatReplaceCloseParen.setTo((UChar)0xFF3D); // fullwidth ] in initialize()
476 formatOpenParen.setTo((UChar)0x0028); // ( in initialize()
477 formatReplaceOpenParen.setTo((UChar)0x005B); // [ in initialize()
478 formatCloseParen.setTo((UChar)0x0029); // ) in initialize()
479 formatReplaceCloseParen.setTo((UChar)0x005D); // ] in initialize()
701 buffer.setTo(src); in appendWithSep()
863 result.setTo(currencyName, len); in keyValueDisplayName()