Home
last modified time | relevance | path

Searched refs:geocoder (Results 1 – 13 of 13) sorted by relevance

/third_party/libphonenumber/java/geocoder/test/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoderTest.java30 private final PhoneNumberOfflineGeocoder geocoder = field in PhoneNumberOfflineGeocoderTest
73 geocoder.getDescriptionForNumber(US_NUMBER1, Locale.SIMPLIFIED_CHINESE)); in testGetDescriptionForNumberWithNoDataFile()
75 geocoder.getDescriptionForNumber(BS_NUMBER1, new Locale("en", "US"))); in testGetDescriptionForNumberWithNoDataFile()
77 geocoder.getDescriptionForNumber(AU_NUMBER, new Locale("en", "US"))); in testGetDescriptionForNumberWithNoDataFile()
78 assertEquals("", geocoder.getDescriptionForNumber(NUMBER_WITH_INVALID_COUNTRY_CODE, in testGetDescriptionForNumberWithNoDataFile()
80 assertEquals("", geocoder.getDescriptionForNumber(INTERNATIONAL_TOLL_FREE, in testGetDescriptionForNumberWithNoDataFile()
88 geocoder.getDescriptionForNumber(US_NUMBER4, new Locale("en", "US"))); in testGetDescriptionForNumberWithMissingPrefix()
95 geocoder.getDescriptionForNumber(NANPA_TOLL_FREE, new Locale("en", "US"))); in testGetDescriptionForNumberBelongingToMultipleCountriesIsEmpty()
100 geocoder.getDescriptionForNumber(US_NUMBER1, new Locale("en", "US"))); in testGetDescriptionForNumber_en_US()
102 geocoder.getDescriptionForNumber(US_NUMBER2, new Locale("en", "US"))); in testGetDescriptionForNumber_en_US()
[all …]
/third_party/libphonenumber/debian/patches/
D0003-maven-exclude-demo.patch8 <module>geocoder</module>
/third_party/libphonenumber/
Dmaking-metadata-changes.md51 `geocoder/src/com/google/i18n/phonenumbers/carrier/data`, and
52 `geocoder/src/com/google/i18n/phonenumbers/geocoding/data`.
DREADME.md185 PhoneNumberOfflineGeocoder geocoder = PhoneNumberOfflineGeocoder.getInstance();
187 System.out.println(geocoder.getDescriptionForNumber(swissNumberProto, Locale.ENGLISH));
189 System.out.println(geocoder.getDescriptionForNumber(swissNumberProto, Locale.GERMAN));
191 System.out.println(geocoder.getDescriptionForNumber(swissNumberProto, Locale.ITALIAN));
DCONTRIBUTORS38 -- Offline geocoder, local Maven expert.
Drun-java-demo.md35 Save the `libphonenumber`, `geocoder`, `carrier`, and `prefixmapper` jars under
Drelease_notes.txt1559 - Made isNumberGeographical public, and changed the geocoder to
1931 - Changing the offline geocoder to not return any country at all if the number
2119 - Added PhoneNumberToTimeZonesMapper including unittests to the geocoder maven project.
2141 - Restructured the geocoder binary generation code, moving the classes under tools/ from
2146 - Restructured the geocoder, moving the utility classes to a new module internal/prefixmapper.
2648 - An offline phone number geocoder has been added. The current implementation just returns the
DFAQ.md481 * If you depend on the carrier or geocoder jar, you also need to depend on
/third_party/libphonenumber/resources/timezones/
DREADME.md13 …java/geocoder/src/com/google/i18n/phonenumbers/PhoneNumberToTimeZonesMapper.java](https://github.c…
/third_party/libphonenumber/debian/
Dmaven.rules26 com.googlecode.libphonenumber geocoder jar s/2\..*/2.x/ * *
Dlibphonenumber7-java.poms38 java/geocoder/pom.xml --java-lib
/third_party/libphonenumber/cpp/
DCMakeLists.txt86 option ("BUILD_GEOCODER" "Build the offline phone number geocoder" "ON")
150 # If ICU regexp engine is used or if the geocoder is built, use icui18n as well.
412 # The geocoder doesn't use RE2 so there is no reason not to build a shared
498 # Note that the subset of base/ on which the geocoder relies is implemented
/third_party/libphonenumber/javascript/
DREADME.md98 2. JS port does not have an offline phone number geocoder.