Home
last modified time | relevance | path

Searched refs:backupLines (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/colprobe/
H A Dcolprobe.cpp898 Line *backupLines = new Line[size]; in detectContractions() local
899 Line::copyArray(backupLines, lines, size); in detectContractions()
906 Line::copyArray(lines, backupLines, size); in detectContractions()
908 u_strcpy(lines[j].name, backupLines[i].name); in detectContractions()
909 u_strcat(lines[j].name, backupLines[j].name); in detectContractions()
910 lines[j].len = backupLines[i].len+backupLines[j].len; in detectContractions()
931 delete[] backupLines; in detectContractions()

Completed in 3 milliseconds