Lines Matching refs:append
674 str.append(WEEK_DAY_NAME[fields[WEEKDAY]]) // Append weekdy name
675 .append(SPACE_STR) // Append SPACE
676 .append(MONTH_NAME[fields[MONTH]]) // Append mouth name
677 .append(SPACE_STR); // Append SPACE
706 str.append(WEEK_DAY_NAME[fields[WEEKDAY]]) // Append weekday name
707 .append(SPACE_STR) // Append SPACE
708 .append(MONTH_NAME[fields[MONTH]]) // Append mouth name
709 .append(SPACE_STR); // Append SPACE
719 str.append(SPACE_STR) // Append SPACE
720 .append("GMT") // Append GMT
721 .append(localTime); // Append localTime
741 str.append(year) // Append year
742 .append(NEG_STR); // Append NEG
778 str.append(WEEK_DAY_NAME[fields[WEEKDAY]]) // Append weekday name
779 .append(SPACE_STR) // Append SPACE
780 .append(MONTH_NAME[fields[MONTH]]) // Append mouth name
781 .append(SPACE_STR); // Append SPACE
791 str.append(SPACE_STR) // Append SPACE
792 .append("GMT") // Append GMT
793 .append(localTime); // Append localTime
822 str.append(SPACE_STR) // Append SPACE
823 .append("GMT") // Append GMT
824 .append(localTime); // Append localTime
837 str.append(WEEK_DAY_NAME[fields[WEEKDAY]]) // Append weekday name
838 .append(COMMA_STR) // Append COMMA
839 .append(SPACE_STR); // Append SPACE
841 str.append(SPACE_STR) // Append SPACE
842 .append(MONTH_NAME[fields[MONTH]]) // Append mouth name
843 .append(SPACE_STR); // Append SPACE
851 str.append(SPACE_STR) // Append SPACE
852 .append("GMT"); // Append GMT