Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/intl/uchar/
H A Duchar.stub.php1424 public static function charType(int|string $codepoint): ?int {}
1427 public static function chr(int|string $codepoint): ?string {}
1486 public static function isalnum(int|string $codepoint): ?bool {}
1489 public static function isalpha(int|string $codepoint): ?bool {}
1492 public static function isbase(int|string $codepoint): ?bool {}
1495 public static function isblank(int|string $codepoint): ?bool {}
1498 public static function iscntrl(int|string $codepoint): ?bool {}
1504 public static function isdigit(int|string $codepoint): ?bool {}
1507 public static function isgraph(int|string $codepoint): ?bool {}
1531 public static function islower(int|string $codepoint): ?bool {}
[all …]
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h121 lxb_codepoint_t codepoint; member
201 lxb_codepoint_t codepoint; member
209 lxb_codepoint_t codepoint; member
/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c307 UChar32 codepoint = -1; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dinner_html_mixin.c144 lxb_codepoint_t codepoint = lxb_encoding_decode_utf_8_single(&decode, &buf_ref, buf_end); in dom_html_fragment_lexbor_parse() local
H A Dhtml_document.c539 …lxb_codepoint_t codepoint = lxb_encoding_decode_utf_8_single(&decoding_encoding_ctx->decode, &buf_… in dom_decode_encode_fast_path() local
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c2137 lxb_html_tokenizer_state_to_ascii_utf_8(size_t codepoint, lxb_char_t *data) in lxb_html_tokenizer_state_to_ascii_utf_8()
/php-src/ext/mbstring/
H A Dmbstring.stub.php194 function mb_chr(int $codepoint, ?string $encoding = null): string|false {}
H A Dmbstring.c4045 uint32_t codepoint = number - offset; in html_numeric_entity_deconvert() local
/php-src/Zend/
H A Dzend_language_scanner.l1016 unsigned long codepoint; in zend_scan_escape_string() local

Completed in 68 milliseconds