Lines Matching refs:function

8 function ut_run()
37 function dump( $val )
46 function ut_coll_create( $locale )
50 function ut_coll_compare( $coll, $str1, $str2 )
54 function ut_coll_sort( $coll, &$arr, $sort_flag = Collator::SORT_REGULAR )
58 function ut_coll_sort_with_sort_keys( $coll, &$arr )
62 function ut_coll_get_sort_key( $coll, $str )
66 function ut_coll_asort( $coll, &$arr, $sort_flag = Collator::SORT_REGULAR )
70 function ut_coll_get_locale( $coll, $type )
74 function ut_coll_get_display_name( $obj_loc, $disp_loc )
78 function ut_coll_get_available_locales()
82 function ut_coll_get_attribute( $coll, $attr )
86 function ut_coll_get_strength( $coll )
90 function ut_coll_set_strength( $coll, $strength )
94 function ut_coll_set_attribute( $coll, $attr, $val )
98 function ut_coll_get_variable_top( $coll )
102 function ut_coll_set_variable_top( $coll, $var_top )
106 function ut_coll_restore_variable_top( $coll, $var_top )
110 function ut_coll_get_error_code( $coll )
114 function ut_coll_get_error_message( $coll )
118 function ut_coll_get_default()
122 function ut_coll_set_default( $coll )
133 function ut_nfmt_create( $locale, $style, $pattern = null )
137 function ut_nfmt_format( $fmt, $number, $type = null )
141 function ut_nfmt_parse( $fmt, $string, $type = NumberFormatter::TYPE_DOUBLE, &$position = null )
149 function ut_nfmt_format_currency( $fmt, $number, $currency )
153 function ut_nfmt_parse_currency( $fmt, $string, &$currency, &$position = null )
161 function ut_nfmt_set_attribute( $fmt, $attribute, $value )
165 function ut_nfmt_set_text_attribute( $fmt, $attribute, $value )
169 function ut_nfmt_set_symbol( $fmt, $attribute, $value )
173 function ut_nfmt_set_pattern( $fmt, $pattern )
177 function ut_nfmt_get_attribute( $fmt, $attribute )
181 function ut_nfmt_get_text_attribute( $fmt, $attribute )
185 function ut_nfmt_get_symbol( $fmt, $attribute )
189 function ut_nfmt_get_pattern( $fmt )
193 function ut_nfmt_get_locale( $fmt, $type = 0 )
197 function ut_nfmt_get_error_code( $fmt )
201 function ut_nfmt_get_error_message( $fmt )
206 function ut_norm_normalize( $str, $form )
210 function ut_norm_is_normalized( $str, $form )
219 function ut_loc_get_default( )
223 function ut_loc_set_default( $locale )
227 function ut_loc_get_primary_language( $locale )
231 function ut_loc_get_script( $locale )
235 function ut_loc_get_region( $locale )
239 function ut_loc_get_keywords( $locale )
243 function ut_loc_get_display_name( $locale , $dispLocale )
247 function ut_loc_get_display_language( $locale , $dispLocale )
251 function ut_loc_get_display_script( $locale , $dispLocale )
255 function ut_loc_get_display_region( $locale, $dispLocale )
259 function ut_loc_get_display_variant( $locale , $dispLocale )
263 function ut_loc_locale_compose( $loc_parts_arr )
267 function ut_loc_locale_parse( $locale )
271 function ut_loc_locale_get_all_variants( $locale )
275 function ut_loc_locale_filter_matches( $lang_tag,$loc_range ,$isCanonical)
279 function ut_loc_canonicalize( $locale )
283 function ut_loc_locale_lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc)
287 function ut_loc_accept_http($http) {
291 function ut_msgfmt_create( $locale, $pattern)
295 function ut_msgfmt_format( $fmt, $args )
299 function ut_msgfmt_parse( $fmt, $string)
303 function ut_msgfmt_format_message( $locale, $pattern, $args )
307 function ut_msgfmt_parse_message( $locale, $pattern, $string )
311 function ut_msgfmt_set_pattern( $fmt, $pattern )
315 function ut_msgfmt_get_pattern( $fmt )
319 function ut_msgfmt_get_locale( $fmt )
323 function ut_msgfmt_get_error_code( $fmt )
327 function ut_msgfmt_get_error_message( $fmt )
332 function ut_datefmt_create( $locale, $datetype, $timetype, $timezone = null, $calendar = null ,$pat…
336 function ut_datefmt_get_datetype( $fmt )
340 function ut_datefmt_get_timetype( $fmt )
344 function ut_datefmt_get_calendar( $fmt )
348 function ut_datefmt_set_calendar( $fmt ,$calendar )
352 function ut_datefmt_get_timezone_id( $fmt )
356 function ut_datefmt_set_timezone_id( $fmt ,$timezone_id )
360 function ut_datefmt_get_pattern( $fmt )
364 function ut_datefmt_set_pattern( $fmt , $pattern )
368 function ut_datefmt_get_locale( $fmt ,$type=ULOC_ACTUAL_LOCALE)
372 function ut_datefmt_is_lenient( $fmt )
376 function ut_datefmt_set_lenient( $fmt , $lenient )
380 function ut_datefmt_format( $fmt , $value )
384 function ut_datefmt_parse( $fmt , $value , &$parse_pos=0 )
388 function ut_datefmt_localtime( $fmt , $value , &$parse_pos=0 )
393 function ut_resourcebundle_create( $locale, $bundle, $fallback=true )
397 function ut_resourcebundle_count($bundle )
401 function ut_resourcebundle_locales($bundle )
405 function ut_resourcebundle_get($bundle, $idx )
409 function ut_resourcebundle_get_error_code($bundle )
413 function ut_resourcebundle_get_error_message($bundle )