HomeSort by relevance Sort by last modified time
    Searched refs:defobj (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 122 PyObject *defobj = NULL; local
127 if (!PyArg_ParseTuple(args, "O!|O:decimal", &PyUnicode_Type, &v, &defobj))
149 if (defobj == NULL) {
155 Py_INCREF(defobj);
156 return defobj;
173 PyObject *defobj = NULL; local
177 if (!PyArg_ParseTuple(args, "O!|O:digit", &PyUnicode_Type, &v, &defobj))
184 if (defobj == NULL) {
189 Py_INCREF(defobj);
190 return defobj;
207 PyObject *defobj = NULL; local
1117 PyObject* defobj = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 122 PyObject *defobj = NULL; local
127 if (!PyArg_ParseTuple(args, "O!|O:decimal", &PyUnicode_Type, &v, &defobj))
149 if (defobj == NULL) {
155 Py_INCREF(defobj);
156 return defobj;
173 PyObject *defobj = NULL; local
177 if (!PyArg_ParseTuple(args, "O!|O:digit", &PyUnicode_Type, &v, &defobj))
184 if (defobj == NULL) {
189 Py_INCREF(defobj);
190 return defobj;
207 PyObject *defobj = NULL; local
1110 PyObject* defobj = NULL; local
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 122 PyObject *defobj = NULL; local
127 if (!PyArg_ParseTuple(args, "O!|O:decimal", &PyUnicode_Type, &v, &defobj))
149 if (defobj == NULL) {
155 Py_INCREF(defobj);
156 return defobj;
173 PyObject *defobj = NULL; local
177 if (!PyArg_ParseTuple(args, "O!|O:digit", &PyUnicode_Type, &v, &defobj))
184 if (defobj == NULL) {
189 Py_INCREF(defobj);
190 return defobj;
207 PyObject *defobj = NULL; local
1117 PyObject* defobj = NULL; local
    [all...]

Completed in 130 milliseconds