Lines Matching refs:formatter
174 function datefmt_get_datetype(IntlDateFormatter $formatter): int|false {} argument
176 function datefmt_get_timetype(IntlDateFormatter $formatter): int|false {} argument
178 function datefmt_get_calendar(IntlDateFormatter $formatter): int|false {} argument
180 function datefmt_set_calendar(IntlDateFormatter $formatter, IntlCalendar|int|null $calendar): bool … argument
182 function datefmt_get_timezone_id(IntlDateFormatter $formatter): string|false {} argument
184 function datefmt_get_calendar_object(IntlDateFormatter $formatter): IntlCalendar|false|null {} argument
186 function datefmt_get_timezone(IntlDateFormatter $formatter): IntlTimeZone|false {} argument
189 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {} argument
191 function datefmt_set_pattern(IntlDateFormatter $formatter, string $pattern): bool {} argument
193 function datefmt_get_pattern(IntlDateFormatter $formatter): string|false {} argument
195 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… argument
197 function datefmt_set_lenient(IntlDateFormatter $formatter, bool $lenient): void {} argument
199 function datefmt_is_lenient(IntlDateFormatter $formatter): bool {} argument
202 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {} argument
211 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… argument
218 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa… argument
220 function datefmt_get_error_code(IntlDateFormatter $formatter): int {} argument
222 function datefmt_get_error_message(IntlDateFormatter $formatter): string {} argument
228 function numfmt_format(NumberFormatter $formatter, int|float $num, int $type = NumberFormatter::TYP… argument
231 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… argument
233 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin… argument
239 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… argument
241 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {} argument
243 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {} argument
245 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool… argument
247 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {} argument
249 function numfmt_set_symbol(NumberFormatter $formatter, int $symbol, string $value): bool {} argument
251 function numfmt_get_symbol(NumberFormatter $formatter, int $symbol): string|false {} argument
253 function numfmt_set_pattern(NumberFormatter $formatter, string $pattern): bool {} argument
255 function numfmt_get_pattern(NumberFormatter $formatter): string|false {} argument
257 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals… argument
259 function numfmt_get_error_code(NumberFormatter $formatter): int {} argument
261 function numfmt_get_error_message(NumberFormatter $formatter): string {} argument
339 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} argument
347 function msgfmt_parse(MessageFormatter $formatter, string $string): array|false {} argument
355 function msgfmt_set_pattern(MessageFormatter $formatter, string $pattern): bool {} argument
357 function msgfmt_get_pattern(MessageFormatter $formatter): string|false {} argument
359 function msgfmt_get_locale(MessageFormatter $formatter): string {} argument
361 function msgfmt_get_error_code(MessageFormatter $formatter): int {} argument
363 function msgfmt_get_error_message(MessageFormatter $formatter): string {} argument