Lines Matching defs:formatter

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