Home | History | Annotate | Download | only in i18n

Lines Matching full:setto

1278             zarray[i][0].setTo(*tzid);
1279 zarray[i][1].setTo(tzNames->getDisplayName(*tzid, UTZNM_LONG_STANDARD, now, tzDispName));
1280 zarray[i][2].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_STANDARD, now, tzDispName));
1281 zarray[i][3].setTo(tzNames->getDisplayName(*tzid, UTZNM_LONG_DAYLIGHT, now, tzDispName));
1282 zarray[i][4].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_DAYLIGHT, now, tzDispName));
1412 // setTo() - see assignArray comments
1413 setTo(TRUE, resStr, strLen);
1432 (*(field)+i)->setTo(TRUE, data+(i*((int32_t)strLen)), -1);
1449 field[index].setTo(TRUE, resStr, strLen);
1592 fLeapMonthPatterns[kLeapMonthPatternFormatAbbrev].setTo(fLeapMonthPatterns[kLeapMonthPatternFormatWide]);
1595 fLeapMonthPatterns[kLeapMonthPatternFormatNarrow].setTo(fLeapMonthPatterns[kLeapMonthPatternStandaloneNarrow]);
1598 fLeapMonthPatterns[kLeapMonthPatternStandaloneWide].setTo(fLeapMonthPatterns[kLeapMonthPatternFormatWide]);
1601 fLeapMonthPatterns[kLeapMonthPatternStandaloneAbbrev].setTo(fLeapMonthPatterns[kLeapMonthPatternFormatAbbrev]);
1696 fTimeSeparator.setTo(DateFormatSymbols::DEFAULT_TIME_SEPARATOR);
1743 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);
1810 // fastCopyFrom()/setTo() - see assignArray comments
1812 fLocalPatternChars.setTo(TRUE, resStr, len);
1819 fLocalPatternChars.setTo(TRUE, gPatternChars, PATTERN_CHARS_LEN);
1834 // setTo() - see assignArray comments
1835 fWeekdays[i+1].setTo(TRUE, resStr, len);
1851 // setTo() - see assignArray comments
1852 fShortWeekdays[i+1].setTo(TRUE, resStr, len);
1872 // setTo() - see assignArray comments
1873 fShorterWeekdays[i+1].setTo(TRUE, resStr, len);
1897 // setTo() - see assignArray comments
1898 fNarrowWeekdays[i+1].setTo(TRUE, resStr, len);
1918 // setTo() - see assignArray comments
1919 fStandaloneWeekdays[i+1].setTo(TRUE, resStr, len);
1939 // setTo() - see assignArray comments
1940 fStandaloneShortWeekdays[i+1].setTo(TRUE, resStr, len);
1960 // setTo() - see assignArray comments
1961 fStandaloneShorterWeekdays[i+1].setTo(TRUE, resStr, len);
1985 // setTo() - see assignArray comments
1986 fStandaloneNarrowWeekdays[i+1].setTo(TRUE, resStr, len);