Home
last modified time | relevance | path

Searched refs:charmap (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/gd/libgd/
H A Dgdft.c377 FT_CharMap charmap; local
489 charmap = a->face->charmaps[n];
490 platform = charmap->platform_id;
505 found = charmap;
506 a->face->charmap = charmap;
518 found = charmap;
524 found = charmap;
530 found = charmap;
538 found = charmap;
552 a->face->charmap = found;
[all …]
H A Dgd.h476 int charmap; /* TBB: 2.0.12: may be gdFTEX_Unicode, member
/PHP-8.2/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt2 Font charmap order is deterministic based on order in the font, use the selected encoding
/PHP-8.2/ext/json/
H A Djson_encoder.c356 static const uint32_t charmap[8] = { in php_json_escape_string() local
361 if (EXPECTED(!ZEND_BIT_TEST(charmap, us))) { in php_json_escape_string()
/PHP-8.2/Zend/
H A Dzend_operators.c2659 const char *charmap = nl_langinfo(CODESET); in zend_update_current_locale() local
2662 const char *charmap = NULL; in zend_update_current_locale()
2673 charmap = dot; in zend_update_current_locale()
2677 charmap = buf; in zend_update_current_locale()
2685 if (charmap) { in zend_update_current_locale()
2686 size_t len = strlen(charmap); in zend_update_current_locale()
2696 if (zend_binary_strcasecmp(charmap, len, *p, strlen(*p)) == 0) { in zend_update_current_locale()

Completed in 37 milliseconds