Home | History | Annotate | Download | only in i18n

Lines Matching full:setto

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