Home
last modified time | relevance | path

Searched refs:copyLens (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_XmlOutput.cpp60 const int copyLens[] = {5, 4, 4, 6, 6}; in ConvertToXmlString() local
71 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()