Lines Matching refs:getOption
364 var getOption = function getOption(property, type, values, defaultValue) { function
391 return getOption;
411 var getOption = getGetOption(options, service);
412 var matcher = getOption('localeMatcher', 'string',
524 function setOptions(inOptions, extensionMap, keyValues, getOption, outOptions) { argument
548 value = getOption(map.property, map.type, map.values);
869 var getOption = getGetOption(options, 'collator');
873 defineWEProperty(internalOptions, 'usage', getOption(
876 var sensitivity = getOption('sensitivity', 'string',
883 defineWEProperty(internalOptions, 'ignorePunctuation', getOption(
894 options, extensionMap, COLLATOR_KEY_MAP, getOption, internalOptions);
1075 var getOption = getGetOption(options, 'numberformat');
1080 defineWEProperty(internalOptions, 'style', getOption(
1083 var currency = getOption('currency', 'string');
1092 var currencyDisplay = getOption(
1120 defineWEProperty(internalOptions, 'useGrouping', getOption(
1127 getOption, internalOptions);
1290 var getOption = getGetOption(options, 'dateformat');
1294 var option = getOption('weekday', 'string', ['narrow', 'short', 'long']);
1298 option = getOption('era', 'string', ['narrow', 'short', 'long']);
1302 option = getOption('year', 'string', ['2-digit', 'numeric']);
1305 option = getOption('month', 'string',
1310 option = getOption('day', 'string', ['2-digit', 'numeric']);
1314 var hr12 = getOption('hour12', 'boolean');
1315 option = getOption('hour', 'string', ['2-digit', 'numeric']);
1324 option = getOption('minute', 'string', ['2-digit', 'numeric']);
1327 option = getOption('second', 'string', ['2-digit', 'numeric']);
1330 option = getOption('timeZoneName', 'string', ['short', 'long']);
1502 var getOption = getGetOption(options, 'dateformat');
1506 var matcher = getOption('formatMatcher', 'string',
1522 getOption, internalOptions);
1739 var getOption = getGetOption(options, 'breakiterator');
1743 defineWEProperty(internalOptions, 'type', getOption(