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

  /external/python/cpython3/Modules/
unicodedata.c 24 class unicodedata.UCD 'PreviousDBVersion *' '&UCD_Type'
87 static PyTypeObject UCD_Type;
88 #define UCD_Check(o) (Py_TYPE(o)==&UCD_Type)
95 self = PyObject_New(PreviousDBVersion, &UCD_Type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 75 static PyTypeObject UCD_Type;
82 self = PyObject_New(PreviousDBVersion, &UCD_Type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 75 static PyTypeObject UCD_Type;
82 self = PyObject_New(PreviousDBVersion, &UCD_Type);
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 75 static PyTypeObject UCD_Type;
82 self = PyObject_New(PreviousDBVersion, &UCD_Type);
    [all...]

Completed in 185 milliseconds