/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
D | MigrationFactory.java | 47 DigitSequence countryCode = DigitSequence.of(country); in createMigration() local 70 DigitSequence countryCode = DigitSequence.of(country); in createCustomRecipeMigration() local 87 DigitSequence countryCode = DigitSequence.of(country); in createMigration() local 112 DigitSequence countryCode = DigitSequence.of(country); in createCustomRecipeMigration() local 128 DigitSequence countryCode = DigitSequence.of(country); in createCustomRecipeMigration() local 142 DigitSequence countryCode = DigitSequence.of(country); in createMigration() local
|
D | MigrationUtils.java | 59 DigitSequence countryCode, in getMigratableRangeByCountry() 77 DigitSequence countryCode, in findMatchingRecipe()
|
D | MetadataZipFileReader.java | 59 public Optional<CsvTable<RangeKey>> importCsvTable(DigitSequence countryCode) throws IOException { in importCsvTable() 82 String countryCode; in main() local
|
D | MigrationJob.java | 46 private final DigitSequence countryCode; field in MigrationJob 56 DigitSequence countryCode, in MigrationJob() 95 .findMatchingRecipe(getRecipesCsvTable(), countryCode, entry.getSanitizedNumber()) in getMigrationReportForCountry() local
|
D | CommandLineMain.java | 61 String countryCode; field in CommandLineMain
|
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
D | MigrationFactoryTest.java | 52 String countryCode = "44"; in createFromFilePath_validPathLocation_expectValidFields() local 82 String countryCode = "1"; in createFromNumberString_validNumberFormat_expectValidFields() local
|
D | MigrationJobTest.java | 273 DigitSequence countryCode, in createMockJobFromTestRecipes()
|
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/ |
D | ServletMain.java | 65 String countryCode = ""; in doPost() local 157 String countryCode, in handleSingleNumberMigration() 202 String countryCode, in handleFileMigration()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
D | LocaleNameProviderICU.java | 21 public String getDisplayCountry(String countryCode, Locale locale) { in getDisplayCountry()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
D | GeneratePhonePrefixData.java | 189 private List<File> createOutputFiles(File countryCodeFile, int countryCode, String language) in createOutputFiles() 224 String countryCode = filename.substring(0, indexOfDot); in getCountryCodeFromTextFileName() local 395 int countryCode = getCountryCodeFromTextFileName(inputTextFile.getName()); in makeDataFallbackToEnglish() local
|
/third_party/flatbuffers/tests/ |
D | JavaScriptFlexBuffersTest.js | 255 "countryCode": "XX", property 278 "countryCode": "XX", property
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneGenericNames.java | 243 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary); in getGenericLocationName() local 553 String countryCode = ZoneMeta.getCanonicalCountry(tzID); in getPartialLocationName() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 239 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary); in getGenericLocationName() local 549 String countryCode = ZoneMeta.getCanonicalCountry(tzID); in getPartialLocationName() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_geolocation.js | 36 countryCode: '[PC preview] unknow countryCode', property
|
D | ohos_telephony_call.js | 120 countryCode: "[PC Preview] unknow countryCode" property
|
D | dtv.js | 80 countryCode: "[PC Preview] unknow countryCode", property
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | AsYouTypeFormatter.java | 607 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode() local
|
D | PhoneNumberMatcher.java | 465 String countryCode = Integer.toString(number.getCountryCode()); in allNumberGroupsRemainGrouped() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tzgnames.cpp | 545 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName() local 788 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName() local
|
/third_party/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 545 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName() local 788 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tzgnames.cpp | 545 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName() local 788 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tzgnames.cpp | 539 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName() local 782 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName() local
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
D | BuildMetadataFromXml.java | 146 int countryCode = metadata.getCountryCode(); in buildCountryCodeToRegionCodeMap() local
|