Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 25 of 56) sorted by relevance

123

/PHP-8.2/ext/intl/tests/
H A Dbug69398-icu74.1.phpt14 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE…
15 echo IntlDateFormatter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NON…
H A Dbug69398.phpt15 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE…
16 echo IntlDateFormatter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NON…
H A Ddateformat_get_datetype.phpt19 IntlDateFormatter::SHORT,
28 …$fmt = ut_datefmt_create( "de-DE", $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angele…
H A Ddateformat_get_timetype.phpt19 IntlDateFormatter::SHORT,
28 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angele…
H A Ddateformat_get_timezone_id.phpt29 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_…
H A Ddateformat_get_locale.phpt30 …$fmt = ut_datefmt_create( $locale_entry , IntlDateFormatter::SHORT,IntlDateFormatter::SHORT,'Ameri…
H A Ddateformat_is_set_lenient.phpt19 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'America/…
H A Ddateformat_get_set_pattern2.phpt26 …//$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'Americ…
H A Ddateformat_formatObject_datetime.phpt17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
H A Ddateformat_formatObject_datetime_variant2.phpt17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
H A Ddateformat_formatObject_datetime_variant_icu72-1.phpt17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
H A Ddateformat_formatObject_datetime_variant3.phpt18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
H A Ddateformat_formatObject_datetime_variant4.phpt18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
H A Ddateformat_formatObject_datetime_variant5.phpt18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
H A Ddateformat_formatObject_calendar.phpt17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
H A Ddateformat_formatObject_calendar_variant2.phpt17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
H A Ddateformat_formatObject_calendar_variant3.phpt18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
H A Ddateformat_formatObject_calendar_variant4.phpt18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
H A Ddateformat_formatObject_calendar_variant5.phpt18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
H A Ddateformat_formatObject_calendar_variant_icu72-1.phpt17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
/PHP-8.2/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt20 0x040E => array(0xAE, "CYRILLIC CAPITAL LETTER SHORT U"),
31 0x0419 => array(0xB9, "CYRILLIC CAPITAL LETTER SHORT I"),
63 0x0439 => array(0xD9, "CYRILLIC SMALL LETTER SHORT I"),
100 0x045E => array(0xFE, "CYRILLIC SMALL LETTER SHORT U"),
160 CYRILLIC CAPITAL LETTER SHORT U: Ў => ae
193 CYRILLIC CAPITAL LETTER SHORT I: Й => b9
289 CYRILLIC SMALL LETTER SHORT I: й => d9
400 CYRILLIC SMALL LETTER SHORT U: ў => fe
H A Dhtml_entity_decode_win1251.phpt39 0x040E => array(0xA1, "CYRILLIC CAPITAL LETTER SHORT U"),
40 0x045E => array(0xA2, "CYRILLIC SMALL LETTER SHORT U"),
79 0x0419 => array(0xC9, "CYRILLIC CAPITAL LETTER SHORT I"),
111 0x0439 => array(0xE9, "CYRILLIC SMALL LETTER SHORT I"),
253 CYRILLIC CAPITAL LETTER SHORT U: Ў => a1
256 CYRILLIC SMALL LETTER SHORT U: ў => a2
373 CYRILLIC CAPITAL LETTER SHORT I: Й => c9
469 CYRILLIC SMALL LETTER SHORT I: й => e9
H A Dhtml_entity_decode_cp866.phpt15 0x0419 => array(0x89, "CYRILLIC CAPITAL LETTER SHORT I"),
47 0x0439 => array(0xa9, "CYRILLIC SMALL LETTER SHORT I"),
124 0x040e => array(0xf6, "CYRILLIC CAPITAL LETTER SHORT U"),
125 0x045e => array(0xf7, "CYRILLIC SMALL LETTER SHORT U"),
177 CYRILLIC CAPITAL LETTER SHORT I: Й => 89
273 CYRILLIC SMALL LETTER SHORT I: й => a9
504 CYRILLIC CAPITAL LETTER SHORT U: Ў => f6
507 CYRILLIC SMALL LETTER SHORT U: ў => f7
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php27 public const SHORT = UNKNOWN; define in IntlDateFormatter
/PHP-8.2/ext/mbstring/tests/data/
H A DCP1251.txt180 0xA1 0x040E #CYRILLIC CAPITAL LETTER SHORT U
181 0xA2 0x045E #CYRILLIC SMALL LETTER SHORT U
220 0xC9 0x0419 #CYRILLIC CAPITAL LETTER SHORT I
252 0xE9 0x0439 #CYRILLIC SMALL LETTER SHORT I

Completed in 19 milliseconds

123