Lines Matching refs:nextchar
155 nextchar = s[end:end + 1]
157 if nextchar != '"':
158 if nextchar in _ws:
160 nextchar = s[end:end + 1]
162 if nextchar == '}':
170 elif nextchar != '"':
200 nextchar = s[end]
201 if nextchar in _ws:
203 nextchar = s[end]
205 nextchar = ''
208 if nextchar == '}':
210 elif nextchar != ',':
214 nextchar = s[end]
215 if nextchar in _ws:
217 nextchar = s[end]
218 if nextchar in _ws:
220 nextchar = s[end]
222 nextchar = ''
225 if nextchar != '"':
239 nextchar = s[end:end + 1]
240 if nextchar in _ws:
242 nextchar = s[end:end + 1]
244 if nextchar == ']':
253 nextchar = s[end:end + 1]
254 if nextchar in _ws:
256 nextchar = s[end:end + 1]
258 if nextchar == ']':
260 elif nextchar != ',':