Home
last modified time | relevance | path

Searched refs:copyYear (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DSwatDeprecated.java37 private String copyYear; field in SwatDeprecated
102 this.copyYear = new SimpleDateFormat("yyyy").format(new Date()); in SwatDeprecated()
235 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()
240 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); in processFile()
245 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()
248 ix = line.indexOf(copyYear); in processFile()
254 … nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()
259 … nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()