my$name=loc_query($loc,"/ldml/dates/calendars/calendar[\@type='$type']/months/monthContext[\@type='format']/monthWidth[\@type='wide']/month[\@type='$n' and not(\@yeartype)]");
my$abbrev=loc_query($loc,"/ldml/dates/calendars/calendar[\@type='$type']/months/monthContext[\@type='format']/monthWidth[\@type='abbreviated']/month[\@type='$n' and not(\@yeartype)]");
push@smonthname,$name||"";
push@sabbrevmonthname,$abbrev||$name||"";
}
$scalname||=loc_query($loc,"/ldml/localeDisplayNames/types/type[\@key='calendar' and \@type='$type']");