Searched refs:tmpBuilder (Results 1 – 2 of 2) sorted by relevance
1735 StringBuilder tmpBuilder = new StringBuilder(); in appendPhotoLine() local1736 tmpBuilder.append(VCardConstants.PROPERTY_PHOTO); in appendPhotoLine()1737 tmpBuilder.append(VCARD_PARAM_SEPARATOR); in appendPhotoLine()1739 tmpBuilder.append(VCARD_PARAM_ENCODING_BASE64_AS_B); in appendPhotoLine()1741 tmpBuilder.append(VCARD_PARAM_ENCODING_BASE64_V21); in appendPhotoLine()1743 tmpBuilder.append(VCARD_PARAM_SEPARATOR); in appendPhotoLine()1744 appendTypeParameter(tmpBuilder, photoType); in appendPhotoLine()1745 tmpBuilder.append(VCARD_DATA_SEPARATOR); in appendPhotoLine()1746 tmpBuilder.append(encodedValue); in appendPhotoLine()1748 final String tmpStr = tmpBuilder.toString(); in appendPhotoLine()[all …]
10049 StringBuilder tmpBuilder) throws IOException { in writeDailyLevelSteps() argument10055 tmpBuilder.setLength(0); in writeDailyLevelSteps()10056 steps.encodeEntryAt(i, tmpBuilder); in writeDailyLevelSteps()10057 out.attribute(null, "v", tmpBuilder.toString()); in writeDailyLevelSteps()