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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 161 PyObject *result_object; local
182 result_object = PyString_FromString(result);
183 if (!result_object)
197 result_object = PyString_FromString(result);
199 return result_object;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 161 PyObject *result_object; local
182 result_object = PyString_FromString(result);
183 if (!result_object)
197 result_object = PyString_FromString(result);
199 return result_object;
  /external/python/cpython2/Modules/
_localemodule.c 162 PyObject *result_object; local
183 result_object = PyString_FromString(result);
184 if (!result_object)
198 result_object = PyString_FromString(result);
200 return result_object;
  /external/python/cpython3/Modules/
_localemodule.c 88 PyObject *result_object; local
109 result_object = PyUnicode_DecodeLocale(result, NULL);
110 if (!result_object)
119 result_object = PyUnicode_DecodeLocale(result, NULL);
121 return result_object;

Completed in 161 milliseconds