Exemplo n.º 1
0
 // A mapping from a country code to the region codes which denote the
 // country/region represented by that country code. In the case of multiple
 // countries sharing a calling code, such as the NANPA countries, the one
 // indicated with "isMainCountryForCode" in the metadata should be first.
 internal static Dictionary <int, List <String> > GetCountryCodeToRegionCodeMap()
 {
     return(BuildMetadataFromXml.GetCountryCodeToRegionCodeMap(
                TestMetadataTestCase.Test_META_DATA_FILE_PREFIX));
 }
Exemplo n.º 2
0
 // A mapping from a country code to the region codes which denote the
 // country/region represented by that country code. In the case of multiple
 // countries sharing a calling code, such as the NANPA countries, the one
 // indicated with "isMainCountryForCode" in the metadata should be first.
 internal static Dictionary <int, List <string> > GetCountryCodeToRegionCodeMap()
 {
     return(BuildMetadataFromXml.GetCountryCodeToRegionCodeMap(
                TestMetadataTestCase.TestMetaDataFilePrefix));
 }