Home | History | Annotate | Download | only in tinyxml

Lines Matching full:carr

591 			char cArr[4] = { 0, 0, 0, 0 };
592 p = GetChar( p, cArr, &len, encoding );
593 text->append( cArr, len );
625 char cArr[4] = { 0, 0, 0, 0 };
626 p = GetChar( p, cArr, &len, encoding );
628 (*text) += cArr[0]; // more efficient
630 text->append( cArr, len );