Home
last modified time | relevance | path

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

/PHP-8.3/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.3/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.3/ext/json/
H A Djson_encoder.c373 static const uint32_t charmap[8] = { in php_json_escape_string() local
378 if (EXPECTED(!ZEND_BIT_TEST(charmap, us))) { in php_json_escape_string()
/PHP-8.3/Zend/
H A Dzend_operators.c2849 const char *charmap = nl_langinfo(CODESET); in zend_update_current_locale() local
2852 const char *charmap = NULL; in zend_update_current_locale()
2863 charmap = dot; in zend_update_current_locale()
2867 charmap = buf; in zend_update_current_locale()
2875 if (charmap) { in zend_update_current_locale()
2876 size_t len = strlen(charmap); in zend_update_current_locale()
2886 if (zend_binary_strcasecmp(charmap, len, *p, strlen(*p)) == 0) { in zend_update_current_locale()

Completed in 28 milliseconds