Lines Matching refs:pattern
27 $res_str .= "\nCreating IntlDateFormatter with pattern = $start_pattern ";
30 $pattern = ut_datefmt_get_pattern( $fmt);
31 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
39 $res_str .= "\nSetting IntlDateFormatter with pattern = $pattern_entry ";
41 $pattern = ut_datefmt_get_pattern( $fmt);
42 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
59 Creating IntlDateFormatter with pattern = dd-MM-YY
60 After call to get_pattern : pattern= dd-MM-YY
64 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
66 Result of formatting timestamp=0 with the new pattern is :
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
72 Result of formatting timestamp=0 with the new pattern is :
76 Setting IntlDateFormatter with pattern = yyyy/MM/dd
77 After call to get_pattern : pattern= yyyy/MM/dd
78 Result of formatting timestamp=0 with the new pattern is :
82 Setting IntlDateFormatter with pattern = yyyyMMdd
83 After call to get_pattern : pattern= yyyyMMdd
84 Result of formatting timestamp=0 with the new pattern is :