Home | History | Annotate | Download | only in js

Lines Matching refs:Lookup

286     if (matcher !== 'lookup' && matcher !== 'best fit') {
300 // Use either best fit or lookup algorithm to match locales.
313 * this service has a matching locale when using the BCP 47 Lookup algorithm.
395 * request. Two algorithms are available to match the locales: the Lookup
410 ['lookup', 'best fit'], 'best fit');
412 if (matcher === 'lookup') {
424 * lookup algorithm.