Lines Matching defs:formatter

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