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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata_db.h 645 static const char *decomp_prefix[] = { variable
    [all...]
unicodedata.c 441 to overflow decomp_prefix. */
443 assert(prefix_index < (sizeof(decomp_prefix)/sizeof(*decomp_prefix)));
446 i = strlen(decomp_prefix[prefix_index]);
447 memcpy(decomp, decomp_prefix[prefix_index], i);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata_db.h 645 static const char *decomp_prefix[] = { variable
    [all...]
unicodedata.c 441 to overflow decomp_prefix. */
443 assert(prefix_index < (sizeof(decomp_prefix)/sizeof(*decomp_prefix)));
446 i = strlen(decomp_prefix[prefix_index]);
447 memcpy(decomp, decomp_prefix[prefix_index], i);
    [all...]
  /external/python/cpython2/Modules/
unicodedata_db.h 645 static const char *decomp_prefix[] = { variable
    [all...]
unicodedata.c 441 to overflow decomp_prefix. */
443 assert(prefix_index < (sizeof(decomp_prefix)/sizeof(*decomp_prefix)));
446 i = strlen(decomp_prefix[prefix_index]);
447 memcpy(decomp, decomp_prefix[prefix_index], i);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 135 decomp_prefix = [""]
156 i = decomp_prefix.index(prefix)
158 i = len(decomp_prefix)
159 decomp_prefix.append(prefix)
219 print len(decomp_prefix), "unique decomposition prefixes"
277 print >>fp, "static const char *decomp_prefix[] = {"
278 for name in decomp_prefix:
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 135 decomp_prefix = [""]
156 i = decomp_prefix.index(prefix)
158 i = len(decomp_prefix)
159 decomp_prefix.append(prefix)
219 print len(decomp_prefix), "unique decomposition prefixes"
277 print >>fp, "static const char *decomp_prefix[] = {"
278 for name in decomp_prefix:
    [all...]

Completed in 384 milliseconds