Searched refs:EXACT_MATCH (Results 1 - 6 of 6) sorted by path

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc230 case PhoneNumberUtil::EXACT_MATCH:
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc2626 return EXACT_MATCH;
2697 // The second number has no country calling code. EXACT_MATCH is no longer
2699 // first number, and if EXACT_MATCH is returned, we replace this with
2710 if (match == EXACT_MATCH) {
H A Dphonenumberutil.h133 EXACT_MATCH, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::MatchType
532 // Returns EXACT_MATCH if the country calling code, NSN, presence of a leading
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java423 EXACT_MATCH, enum constant in enum:PhoneNumberUtil.MatchType
3052 * <p>Returns EXACT_MATCH if the country_code, NSN, presence of a leading zero for Italian numbers
3066 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality
3101 return MatchType.EXACT_MATCH;
3143 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
3181 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
3192 // The second number has no country calling code. EXACT_MATCH is no longer possible.
3194 // EXACT_MATCH is returned, we replace this with NSN_MATCH.
3200 if (match == MatchType.EXACT_MATCH) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2372 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2374 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2376 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2378 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2380 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2382 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2384 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2387 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2390 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2393 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
[all...]

Completed in 337 milliseconds