Searched refs:poundPos (Results 1 – 1 of 1) sorted by relevance
203 const char* poundPos; in setValue() local204 while ((poundPos = strchr(valueStr.c_str(), '#')) != NULL) { in setValue()205 size_t offset = poundPos - valueStr.c_str(); in setValue()208 char r = poundPos[1]; in setValue()209 char g = poundPos[2]; in setValue()210 char b = poundPos[3]; in setValue()213 char hex = poundPos[4]; in setValue()219 *(char*) poundPos = '0'; // overwrite '#' in setValue()