Lines Matching refs:pattern
26 $res_str .= "\nCreating IntlDateFormatter with pattern = $start_pattern ";
29 $pattern = ut_datefmt_get_pattern( $fmt);
30 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
38 $res_str .= "\nSetting IntlDateFormatter with pattern = $pattern_entry ";
40 $pattern = ut_datefmt_get_pattern( $fmt);
41 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
43 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
58 Creating IntlDateFormatter with pattern = dd-MM-YY
59 After call to get_pattern : pattern= dd-MM-YY
63 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
64 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
65 Result of formatting timestamp=0 with the new pattern is :
69 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
70 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
71 Result of formatting timestamp=0 with the new pattern is :
75 Setting IntlDateFormatter with pattern = yyyy/MM/dd
76 After call to get_pattern : pattern= yyyy/MM/dd
77 Result of formatting timestamp=0 with the new pattern is :
81 Setting IntlDateFormatter with pattern = yyyyMMdd
82 After call to get_pattern : pattern= yyyyMMdd
83 Result of formatting timestamp=0 with the new pattern is :