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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata_db.h 3526 static unsigned char decomp_index1[] = { variable
    [all...]
unicodedata.c 427 index = decomp_index1[(code>>DECOMP_SHIFT)];
473 *index = decomp_index1[(code>>DECOMP_SHIFT)];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata_db.h 3526 static unsigned char decomp_index1[] = { variable
    [all...]
unicodedata.c 427 index = decomp_index1[(code>>DECOMP_SHIFT)];
473 *index = decomp_index1[(code>>DECOMP_SHIFT)];
    [all...]
  /external/python/cpython2/Modules/
unicodedata_db.h 3526 static unsigned char decomp_index1[] = { variable
    [all...]
unicodedata.c 427 index = decomp_index1[(code>>DECOMP_SHIFT)];
473 *index = decomp_index1[(code>>DECOMP_SHIFT)];
    [all...]
  /external/python/cpython3/Modules/
unicodedata_db.h 4166 static unsigned char decomp_index1[] = { variable
    [all...]
unicodedata.c 418 index = decomp_index1[(code>>DECOMP_SHIFT)];
462 *index = decomp_index1[(code>>DECOMP_SHIFT)];
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn_db.h 4513 static const unsigned short decomp_index1[] = { variable
    [all...]
ucdn.c 85 index = decomp_index1[index + offset] << DECOMP_SHIFT2;

Completed in 574 milliseconds