Searched refs:_need_utf8 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dencoder.py76 _need_utf8 = True
78 _need_utf8 = False variable
234 and not (_need_utf8 and _encoding == 'utf-8'))
280 and not (_need_utf8 and _encoding == 'utf-8')):
346 and not (_encoding == 'utf-8' and _need_utf8)):

Completed in 126 milliseconds