Lines Matching refs:formatter
339 function datefmt_get_datetype(IntlDateFormatter $formatter): int|false {} argument
341 function datefmt_get_timetype(IntlDateFormatter $formatter): int|false {} argument
343 function datefmt_get_calendar(IntlDateFormatter $formatter): int|false {} argument
345 function datefmt_set_calendar(IntlDateFormatter $formatter, IntlCalendar|int|null $calendar): bool … argument
347 function datefmt_get_timezone_id(IntlDateFormatter $formatter): string|false {} argument
349 function datefmt_get_calendar_object(IntlDateFormatter $formatter): IntlCalendar|false|null {} argument
351 function datefmt_get_timezone(IntlDateFormatter $formatter): IntlTimeZone|false {} argument
354 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): bool {} argument
356 function datefmt_set_pattern(IntlDateFormatter $formatter, string $pattern): bool {} argument
358 function datefmt_get_pattern(IntlDateFormatter $formatter): string|false {} argument
360 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… argument
362 function datefmt_set_lenient(IntlDateFormatter $formatter, bool $lenient): void {} argument
364 function datefmt_is_lenient(IntlDateFormatter $formatter): bool {} argument
367 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {} argument
376 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… argument
383 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa… argument
385 function datefmt_get_error_code(IntlDateFormatter $formatter): int {} argument
387 function datefmt_get_error_message(IntlDateFormatter $formatter): string {} argument
393 function numfmt_format(NumberFormatter $formatter, int|float $num, int $type = NumberFormatter::TYP… argument
396 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… argument
398 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin… argument
404 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… argument
406 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {} argument
408 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {} argument
410 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool… argument
412 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {} argument
414 function numfmt_set_symbol(NumberFormatter $formatter, int $symbol, string $value): bool {} argument
416 function numfmt_get_symbol(NumberFormatter $formatter, int $symbol): string|false {} argument
418 function numfmt_set_pattern(NumberFormatter $formatter, string $pattern): bool {} argument
420 function numfmt_get_pattern(NumberFormatter $formatter): string|false {} argument
422 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals… argument
424 function numfmt_get_error_code(NumberFormatter $formatter): int {} argument
426 function numfmt_get_error_message(NumberFormatter $formatter): string {} argument
504 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} argument
512 function msgfmt_parse(MessageFormatter $formatter, string $string): array|false {} argument
520 function msgfmt_set_pattern(MessageFormatter $formatter, string $pattern): bool {} argument
522 function msgfmt_get_pattern(MessageFormatter $formatter): string|false {} argument
524 function msgfmt_get_locale(MessageFormatter $formatter): string {} argument
526 function msgfmt_get_error_code(MessageFormatter $formatter): int {} argument
528 function msgfmt_get_error_message(MessageFormatter $formatter): string {} argument