Searched refs:collator_is_numeric (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/intl/collator/ |
H A D | collator_is_numeric.h | 23 uint8_t collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool allow_…
|
H A D | collator_is_numeric.c | 207 uint8_t collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool allow_… in collator_is_numeric() function
|
H A D | collator_convert.c | 320 …if ( ( is_numeric = collator_is_numeric( (UChar*) Z_STRVAL_P(str), UCHARS( Z_STRLEN_P(str) ), &lva… in collator_convert_string_to_number_if_possible()
|
/PHP-8.3/ext/intl/ |
H A D | config.w32 | 18 collator_is_numeric.c \
|
H A D | config.m4 | 20 collator/collator_is_numeric.c \
|
Completed in 9 milliseconds