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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata_db.h 3 #define UNIDATA_VERSION "5.2.0"
    [all...]
unicodedata.c 70 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata_db.h 3 #define UNIDATA_VERSION "5.2.0"
    [all...]
unicodedata.c 70 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
    [all...]
  /external/python/cpython2/Modules/
unicodedata_db.h 3 #define UNIDATA_VERSION "5.2.0"
    [all...]
unicodedata.c 70 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
    [all...]
  /external/python/cpython3/Modules/
unicodedata_db.h 3 #define UNIDATA_VERSION "9.0.0"
    [all...]
unicodedata.c 6 The current version number is reported in the unidata_version constant.
82 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn_db.h 3 #define UNIDATA_VERSION "10.0.0"
    [all...]
ucdn.c 197 return UNIDATA_VERSION;
  /external/python/cpython3/Tools/unicode/
makeunicodedata.py 20 # 2002-11-25 mvl add UNIDATA_VERSION
45 UNIDATA_VERSION = "9.0.0"
114 unicode = UnicodeData(UNIDATA_VERSION)
264 print('#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION, file=fp)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 20 # 2002-11-25 mvl add UNIDATA_VERSION
33 UNIDATA_VERSION = "5.2.0"
231 print >>fp, '#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 20 # 2002-11-25 mvl add UNIDATA_VERSION
33 UNIDATA_VERSION = "5.2.0"
231 print >>fp, '#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION
    [all...]

Completed in 376 milliseconds