Home | History | Annotate | Download | only in gencnval

Lines Matching refs:lastLine

314     char lastLine[MAX_LINE_SIZE];
331 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
332 lastLineSize = chomp(lastLine);
333 if (lineSize == 0 || (lastLineSize > 0 && isspace(*lastLine))) {
334 uprv_strcpy(line + lineSize, lastLine);
365 uprv_strcpy(line, lastLine);