Home | History | Annotate | Download | only in collationperf

Lines Matching refs:column

1547     int   column = 0;
1568 buf[column++] = 0;
1569 if (column > 1) {
1570 gFileLines[gNumFileLines].name = new UChar[column];
1571 gFileLines[gNumFileLines].len = column-1;
1572 memcpy(gFileLines[gNumFileLines].name, buf, column * sizeof(UChar));
1574 column = 0;
1586 buf[column++] = c;
1587 if (column >= 1023)
1594 column--;