Searched refs:copyLens (Results 1 – 1 of 1) sorted by relevance
60 const int copyLens[] = {5, 4, 4, 6, 6}; in ConvertToXmlString() local71 if(pDst + copyLens[index] - buf > STR_LEN) in ConvertToXmlString()75 ::std::memcpy(pDst, converts[index], copyLens[index]); in ConvertToXmlString()76 pDst += copyLens[index]; in ConvertToXmlString()