Lines Matching refs:numeric
537 // This may return true if user specifies numeric: 'false', since
969 'kn': {'property': 'numeric', 'type': 'boolean'},
1011 numeric: {writable: true},
1071 numeric: coll[resolvedSymbol].numeric,
1386 option = getOption('year', 'string', ['2-digit', 'numeric']);
1387 ldmlString += appendToLDMLString(option, {'2-digit': 'yy', 'numeric': 'y'});
1390 ['2-digit', 'numeric', 'narrow', 'short', 'long']);
1391 ldmlString += appendToLDMLString(option, {'2-digit': 'MM', 'numeric': 'M',
1394 option = getOption('day', 'string', ['2-digit', 'numeric']);
1396 option, {'2-digit': 'dd', 'numeric': 'd'});
1399 option = getOption('hour', 'string', ['2-digit', 'numeric']);
1401 ldmlString += appendToLDMLString(option, {'2-digit': 'jj', 'numeric': 'j'});
1403 ldmlString += appendToLDMLString(option, {'2-digit': 'hh', 'numeric': 'h'});
1405 ldmlString += appendToLDMLString(option, {'2-digit': 'HH', 'numeric': 'H'});
1408 option = getOption('minute', 'string', ['2-digit', 'numeric']);
1409 ldmlString += appendToLDMLString(option, {'2-digit': 'mm', 'numeric': 'm'});
1411 option = getOption('second', 'string', ['2-digit', 'numeric']);
1412 ldmlString += appendToLDMLString(option, {'2-digit': 'ss', 'numeric': 's'});
1451 options, 'year', match, {y: 'numeric', yy: '2-digit'});
1455 M: 'numeric', MMMMM: 'narrow', MMM: 'short', MMMM: 'long'});
1460 L: 'numeric', LLLLL: 'narrow', LLL: 'short', LLLL: 'long'});
1464 options, 'day', match, {d: 'numeric', dd: '2-digit'});
1471 options, 'hour', match, {h: 'numeric', hh: '2-digit'});
1478 options, 'hour', match, {H: 'numeric', HH: '2-digit'});
1482 options, 'minute', match, {m: 'numeric', mm: '2-digit'});
1486 options, 'second', match, {s: 'numeric', ss: '2-digit'});
1535 numeric',
1539 %object_define_property(options, 'month', {value: 'numeric',
1543 %object_define_property(options, 'day', {value: 'numeric',
1550 %object_define_property(options, 'hour', {value: 'numeric',
1554 %object_define_property(options, 'minute', {value: 'numeric',
1558 %object_define_property(options, 'second', {value: 'numeric',