Searched defs:valStart (Results 1 – 2 of 2) sorted by relevance
177 uint16_t valStart = keyEnd + 1; // To skip over `=` in DecodeTxtData() local
614 int valStart = token.indexOf('=', attribStart) + 1 /* skip past the separtor */; in getAttributeValue() local