Searched refs:nextColon (Results 1 – 1 of 1) sorted by relevance
196 const char* nextColon = strchr(name, ':'); in onStartElementLen() local197 if (nextColon && (size_t)(nextColon - name) < len) in onStartElementLen()