Searched refs:seqID (Results 1 – 1 of 1) sorted by relevance
3296 int seqID = 0; in _ParseSubstitutionInternal() local3302 seqID = seqID * 36 + (c - '0'); in _ParseSubstitutionInternal()3304 seqID = seqID * 36 + 10 + (c - 'A'); in _ParseSubstitutionInternal()3315 return _CreateSubstitutionNode(seqID + 1, _node); in _ParseSubstitutionInternal()