Lines Matching refs:formatter

163 function datefmt_get_datetype(IntlDateFormatter $formatter): int|false {}  argument
165 function datefmt_get_timetype(IntlDateFormatter $formatter): int|false {} argument
167 function datefmt_get_calendar(IntlDateFormatter $formatter): int|false {} argument
169 function datefmt_set_calendar(IntlDateFormatter $formatter, IntlCalendar|int|null $calendar): bool … argument
171 function datefmt_get_timezone_id(IntlDateFormatter $formatter): string|false {} argument
173 function datefmt_get_calendar_object(IntlDateFormatter $formatter): IntlCalendar|false|null {} argument
175 function datefmt_get_timezone(IntlDateFormatter $formatter): IntlTimeZone|false {} argument
178 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {} argument
180 function datefmt_set_pattern(IntlDateFormatter $formatter, string $pattern): bool {} argument
182 function datefmt_get_pattern(IntlDateFormatter $formatter): string|false {} argument
184 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… argument
186 function datefmt_set_lenient(IntlDateFormatter $formatter, bool $lenient): void {} argument
188 function datefmt_is_lenient(IntlDateFormatter $formatter): bool {} argument
191 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {} argument
200 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… argument
203 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa… argument
205 function datefmt_get_error_code(IntlDateFormatter $formatter): int {} argument
207 function datefmt_get_error_message(IntlDateFormatter $formatter): string {} argument
213 function numfmt_format(NumberFormatter $formatter, int|float $num, int $type = NumberFormatter::TYP… argument
216 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… argument
218 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin… argument
224 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… argument
226 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {} argument
228 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {} argument
230 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool… argument
232 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {} argument
234 function numfmt_set_symbol(NumberFormatter $formatter, int $symbol, string $value): bool {} argument
236 function numfmt_get_symbol(NumberFormatter $formatter, int $symbol): string|false {} argument
238 function numfmt_set_pattern(NumberFormatter $formatter, string $pattern): bool {} argument
240 function numfmt_get_pattern(NumberFormatter $formatter): string|false {} argument
242 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals… argument
244 function numfmt_get_error_code(NumberFormatter $formatter): int {} argument
246 function numfmt_get_error_message(NumberFormatter $formatter): string {} argument
320 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} argument
324 function msgfmt_parse(MessageFormatter $formatter, string $string): array|false {} argument
328 function msgfmt_set_pattern(MessageFormatter $formatter, string $pattern): bool {} argument
330 function msgfmt_get_pattern(MessageFormatter $formatter): string|false {} argument
332 function msgfmt_get_locale(MessageFormatter $formatter): string {} argument
334 function msgfmt_get_error_code(MessageFormatter $formatter): int {} argument
336 function msgfmt_get_error_message(MessageFormatter $formatter): string {} argument