Home | History | Annotate | Download | only in src

Lines Matching full:narrow

1330   var option = getOption('weekday', 'string', ['narrow', 'short', 'long']);
1332 option, {narrow: 'EEEEE', short: 'EEE', long: 'EEEE'});
1334 option = getOption('era', 'string', ['narrow', 'short', 'long']);
1336 option, {narrow: 'GGGGG', short: 'GGG', long: 'GGGG'});
1342 ['2-digit', 'numeric', 'narrow', 'short', 'long']);
1344 'narrow': 'MMMMM', 'short': 'MMM', 'long': 'MMMM'});
1395 options, 'weekday', match, {EEEEE: 'narrow', EEE: 'short', EEEE: 'long'});
1399 options, 'era', match, {GGGGG: 'narrow', GGG: 'short', GGGG: 'long'});
1407 M: 'numeric', MMMMM: 'narrow', MMM: 'short', MMMM: 'long'});
1412 L: 'numeric', LLLLL: 'narrow', LLL: 'short', LLLL: 'long'});