Lines Matching refs:pattern
25 $res_str .= "\nCreating IntlDateFormatter with pattern = $start_pattern ";
28 $pattern = ut_datefmt_get_pattern( $fmt);
29 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
37 $res_str .= "\nSetting IntlDateFormatter with pattern = $pattern_entry ";
39 $pattern = ut_datefmt_get_pattern( $fmt);
40 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
42 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
57 Creating IntlDateFormatter with pattern = dd-MM-YY
58 After call to get_pattern : pattern= dd-MM-YY
62 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
63 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
64 Result of formatting timestamp=0 with the new pattern is :
68 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
69 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
70 Result of formatting timestamp=0 with the new pattern is :
74 Setting IntlDateFormatter with pattern = yyyy/MM/dd
75 After call to get_pattern : pattern= yyyy/MM/dd
76 Result of formatting timestamp=0 with the new pattern is :
80 Setting IntlDateFormatter with pattern = yyyyMMdd
81 After call to get_pattern : pattern= yyyyMMdd
82 Result of formatting timestamp=0 with the new pattern is :