Searched refs:specials (Results 1 – 1 of 1) sorted by relevance
58 const char specials[] = {'&', '<', '>', '"', '\''}; in ConvertToXmlString() local61 const int SPECIALS_NUM = sizeof(specials); in ConvertToXmlString()69 if(*pSrc == specials[index]) in ConvertToXmlString()