HomeSort by relevance Sort by last modified time
    Searched full:pystr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/simplejson/
_speedups.c 115 ascii_escape_unicode(PyObject *pystr);
117 ascii_escape_str(PyObject *pystr);
119 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
122 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
124 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
274 ascii_escape_unicode(PyObject *pystr)
276 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */
286 input_chars = PyUnicode_GET_SIZE(pystr);
287 input_unicode = PyUnicode_AS_UNICODE(pystr);
332 ascii_escape_str(PyObject *pystr)
925 PyObject *pystr; local
1886 PyObject *pystr; local
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]

Completed in 44 milliseconds