Home
last modified time | relevance | path

Searched defs:countryCode (Results 1 – 23 of 23) sorted by relevance

/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DMigrationFactory.java47 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
DMigrationUtils.java59 DigitSequence countryCode, in getMigratableRangeByCountry()
77 DigitSequence countryCode, in findMatchingRecipe()
DMetadataZipFileReader.java59 public Optional<CsvTable<RangeKey>> importCsvTable(DigitSequence countryCode) throws IOException { in importCsvTable()
82 String countryCode; in main() local
DMigrationJob.java46 private final DigitSequence countryCode; field in MigrationJob
56 DigitSequence countryCode, in MigrationJob()
95 .findMatchingRecipe(getRecipesCsvTable(), countryCode, entry.getSanitizedNumber()) in getMigrationReportForCountry() local
DCommandLineMain.java61 String countryCode; field in CommandLineMain
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DMigrationFactoryTest.java52 String countryCode = "44"; in createFromFilePath_validPathLocation_expectValidFields() local
82 String countryCode = "1"; in createFromNumberString_validNumberFormat_expectValidFields() local
DMigrationJobTest.java273 DigitSequence countryCode, in createMockJobFromTestRecipes()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
DServletMain.java65 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/
DLocaleNameProviderICU.java21 public String getDisplayCountry(String countryCode, Locale locale) { in getDisplayCountry()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DGeneratePhonePrefixData.java189 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/
DJavaScriptFlexBuffersTest.js255 "countryCode": "XX", property
278 "countryCode": "XX", property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneGenericNames.java243 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/
DTimeZoneGenericNames.java239 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/
Dohos_geolocation.js36 countryCode: '[PC preview] unknow countryCode', property
Dohos_telephony_call.js120 countryCode: "[PC Preview] unknow countryCode" property
Ddtv.js80 countryCode: "[PC Preview] unknow countryCode", property
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java607 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode() local
DPhoneNumberMatcher.java465 String countryCode = Integer.toString(number.getCountryCode()); in allNumberGroupsRemainGrouped() local
/third_party/node/deps/icu-small/source/i18n/
Dtzgnames.cpp545 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName() local
788 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName() local
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp545 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/
Dtzgnames.cpp545 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/
Dtzgnames.cpp539 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/
DBuildMetadataFromXml.java146 int countryCode = metadata.getCountryCode(); in buildCountryCodeToRegionCodeMap() local