Lines Matching refs:locale

90      	 * @param 	string	 $locale 	is a BCP 47 compliant language tag containing the 
94 public static function setDefault($locale) {} argument
100 * @param string $locale the locale to extract the primary language code from
104 public static function getPrimaryLanguage($locale) {} argument
110 * @param string $locale the locale to extract the script code from
113 public static function getScript($locale) {} argument
119 * @param string $locale the locale to extract the region code from
122 public static function getRegion($locale) {} argument
128 * @param string $locale the locale to extract the variants from
132 public static function getAllVariants($locale) {} argument
138 * @param string $locale the locale to extract the keywords from
141 public static function getKeywords($locale) {} argument
147 * @param string $locale the locale to return a displayname for
153 public static function getDisplayName($locale, $in_locale = null) {} argument
159 * @param string $locale the locale to return a display language for
170 * @param string $locale the locale to return a display script for
182 * @param string $locale the locale to return a display region for
194 * @param string $locale the locale to return a display variant for
208 * @param string $locale the language range to check against
212 public static function filterMatches($langtag, $locale, $canonicalize) {} argument
220 * @param string $locale the locale to use as the language range when matching
225 public static function lookup(array $langtag, $locale, $default = null) {} argument
243 * @param string $locale the locale to extract the subtag array from
249 public static function parseLocale($locale) {} argument
273 * @param string $locale is a BCP 47 compliant language tag containing the
277 function locale_set_default($locale) {} argument
283 * @param string $locale the locale to extract the primary language code from
287 function locale_get_primary_language($locale) {} argument
293 * @param string $locale the locale to extract the script code from
296 function locale_get_script($locale) {} argument
302 * @param string $locale the locale to extract the region code from
305 function locale_get_region($locale) {} argument
311 * @param string $locale the locale to extract the variants from
315 function locale_get_all_variants($locale) {} argument
321 * @param string $locale the locale to extract the keywords from
324 function locale_get_keywords($locale) {} argument
330 * @param string $locale the locale to return a displayname for
336 function locale_get_display_name($locale, $in_locale = null) {} argument
342 * @param string $locale the locale to return a display language for
353 * @param string $locale the locale to return a display script for
365 * @param string $locale the locale to return a display region for
377 * @param string $locale the locale to return a display variant for
391 * @param string $locale the language range to check against
395 function locale_filter_matches($langtag, $locale, $canonicalize) {} argument
403 * @param string $locale the locale to use as the language range when matching
408 function locale_lookup(array $langtag, $locale, $default = null) {} argument
426 * @param string $locale the locale to extract the subtag array from
432 function locale_parse_locale($locale) {} argument