Searched defs:localeMatcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/intl/general/ |
D | mapped-locale.js | 30 var nf = Intl.NumberFormat(['zh-TW'], {localeMatcher: 'lookup'}); property 33 var nf = Intl.NumberFormat(['zh-Hant-TW'], {localeMatcher: 'lookup'}); property 36 var nf = Intl.NumberFormat(['zh-Hant'], {localeMatcher: 'lookup'}); property 39 nf = Intl.NumberFormat(['zh'], {localeMatcher: 'lookup'}); property 42 nf = Intl.NumberFormat(['zh-CN'], {localeMatcher: 'lookup'}); property 45 nf = Intl.NumberFormat(['zh-Hans-CN'], {localeMatcher: 'lookup'}); property 48 nf = Intl.NumberFormat(['zh-Hans'], {localeMatcher: 'lookup'}); property 51 nf = Intl.NumberFormat(['en-US'], {localeMatcher: 'lookup'}); property
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1182 …RegexMatcher localeMatcher(UNICODE_STRING_SIMPLE("<locale *([\\p{L}\\p{Nd}_@&=-]*) *>"), 0, s… in TestExtended() local
|