Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:col

172 	TiXmlParsingData( const char* start, int _tabsize, int row, int col )
178 cursor.col = col;
199 int col = cursor.col;
218 col = 0;
231 col = 0;
249 col = (col / tabsize + 1) * tabsize;
266 { p +=3; ++col; } // A normal character.
272 ++col;
286 ++col;
291 ++col;
297 cursor.col = col;
299 assert( cursor.col >= -1 );
701 location.col = prevData->cursor.col;
706 location.col = 0;
708 col );