Searched refs:geocoder (Results 1 – 13 of 13) sorted by relevance
/third_party/libphonenumber/java/geocoder/test/com/google/i18n/phonenumbers/geocoding/ |
D | PhoneNumberOfflineGeocoderTest.java | 30 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/ |
D | 0003-maven-exclude-demo.patch | 8 <module>geocoder</module>
|
/third_party/libphonenumber/ |
D | making-metadata-changes.md | 51 `geocoder/src/com/google/i18n/phonenumbers/carrier/data`, and 52 `geocoder/src/com/google/i18n/phonenumbers/geocoding/data`.
|
D | README.md | 185 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));
|
D | CONTRIBUTORS | 38 -- Offline geocoder, local Maven expert.
|
D | run-java-demo.md | 35 Save the `libphonenumber`, `geocoder`, `carrier`, and `prefixmapper` jars under
|
D | release_notes.txt | 1559 - 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
|
D | FAQ.md | 481 * If you depend on the carrier or geocoder jar, you also need to depend on
|
/third_party/libphonenumber/resources/timezones/ |
D | README.md | 13 …java/geocoder/src/com/google/i18n/phonenumbers/PhoneNumberToTimeZonesMapper.java](https://github.c…
|
/third_party/libphonenumber/debian/ |
D | maven.rules | 26 com.googlecode.libphonenumber geocoder jar s/2\..*/2.x/ * *
|
D | libphonenumber7-java.poms | 38 java/geocoder/pom.xml --java-lib
|
/third_party/libphonenumber/cpp/ |
D | CMakeLists.txt | 86 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/ |
D | README.md | 98 2. JS port does not have an offline phone number geocoder.
|