Lines Matching refs:lookup
395 | localeMatcher | string | No | Locale matching algorithm.<br>The value can be **lookup** or …
523 | localeMatcher | string | No | Locale matching algorithm. The value can be **lookup*…
575 // Use locale zh-CN to create a Collator object. Set localeMatcher to lookup and usage to sort.
576 let collator = new intl.Collator("zh-CN", {localeMatcher: "lookup", usage: "sort"});
650 | localeMatcher | string | No | Locale matching algorithm. The value can be **lookup** or **…
702 …// Use locale zh-CN to create a PluralRules object. Set localeMatcher to lookup and type to cardin…
703 let pluralRules= new intl.PluralRules("zh-CN", {"localeMatcher": "lookup", "type": "cardinal"});
752 …| string | Yes | Yes | Locale matching algorithm. The value can be **lookup** or **best fit**.…
799 …// Use locale zh-CN to create a RelativeTimeFormat object. Set localeMatcher to lookup, numeric to…
800 …let relativeTimeFormat = new intl.RelativeTimeFormat("zh-CN", {"localeMatcher": "lookup", "numeric…
905 | localeMatcher | string | No | Locale matching algorithm. The value can be **lookup** or **best …