Lines Matching full:numeric
186 'kn': {'property': 'numeric', 'type': 'boolean'},
578 // This may return true if user specifies numeric: 'false', since
953 numeric: {writable: true},
1018 numeric: coll.resolved.numeric,
1338 option = getOption('year', 'string', ['2-digit', 'numeric']);
1339 ldmlString += appendToLDMLString(option, {'2-digit': 'yy', 'numeric': 'y'});
1342 ['2-digit', 'numeric', 'narrow', 'short', 'long']);
1343 ldmlString += appendToLDMLString(option, {'2-digit': 'MM', 'numeric': 'M',
1346 option = getOption('day', 'string', ['2-digit', 'numeric']);
1348 option, {'2-digit': 'dd', 'numeric': 'd'});
1351 option = getOption('hour', 'string', ['2-digit', 'numeric']);
1353 ldmlString += appendToLDMLString(option, {'2-digit': 'jj', 'numeric': 'j'});
1355 ldmlString += appendToLDMLString(option, {'2-digit': 'hh', 'numeric': 'h'});
1357 ldmlString += appendToLDMLString(option, {'2-digit': 'HH', 'numeric': 'H'});
1360 option = getOption('minute', 'string', ['2-digit', 'numeric']);
1361 ldmlString += appendToLDMLString(option, {'2-digit': 'mm', 'numeric': 'm'});
1363 option = getOption('second', 'string', ['2-digit', 'numeric']);
1364 ldmlString += appendToLDMLString(option, {'2-digit': 'ss', 'numeric': 's'});
1403 options, 'year', match, {y: 'numeric', yy: '2-digit'});
1407 M: 'numeric', MMMMM: 'narrow', MMM: 'short', MMMM: 'long'});
1412 L: 'numeric', LLLLL: 'narrow', LLL: 'short', LLLL: 'long'});
1416 options, 'day', match, {d: 'numeric', dd: '2-digit'});
1423 options, 'hour', match, {h: 'numeric', hh: '2-digit'});
1430 options, 'hour', match, {H: 'numeric', HH: '2-digit'});
1434 options, 'minute', match, {m: 'numeric', mm: '2-digit'});
1438 options, 'second', match, {s: 'numeric', ss: '2-digit'});
1489 $Object.defineProperty(options, 'year', {value: 'numeric',
1493 $Object.defineProperty(options, 'month', {value: 'numeric',
1497 $Object.defineProperty(options, 'day', {value: 'numeric',
1504 $Object.defineProperty(options, 'hour', {value: 'numeric',
1508 $Object.defineProperty(options, 'minute', {value: 'numeric',
1512 $Object.defineProperty(options, 'second', {value: 'numeric',