Lines Matching refs:nextchar
147 nextchar = s[end:end + 1]
149 if nextchar != '"':
150 if nextchar in _ws:
152 nextchar = s[end:end + 1]
154 if nextchar == '}':
162 elif nextchar != '"':
191 nextchar = s[end]
192 if nextchar in _ws:
194 nextchar = s[end]
196 nextchar = ''
199 if nextchar == '}':
201 elif nextchar != ',':
204 nextchar = s[end:end + 1]
206 if nextchar != '"':
220 nextchar = s[end:end + 1]
221 if nextchar in _ws:
223 nextchar = s[end:end + 1]
225 if nextchar == ']':
234 nextchar = s[end:end + 1]
235 if nextchar in _ws:
237 nextchar = s[end:end + 1]
239 if nextchar == ']':
241 elif nextchar != ',':