Home
last modified time | relevance | path

Searched full:national (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java53 // This is set to true when we know the user is entering a full national significant number, since
54 // we have either detected a national prefix or an international dialing prefix. When this is
62 // code, from the national number.
87 // A set of characters that, if found in a national prefix formatting rules, are an indicator to
88 // us that we should separate the national prefix from the number when formatting.
91 // This is the minimum length of national number accrued that is required to trigger the
107 // This contains anything that has been entered so far preceding the national significant number,
112 // This contains the national prefix that has been extracted. It contains only digits without
338 // Add an additional space to separate long NDD and national significant number for in inputDigitWithOptionToRememberPosition()
357 } else { // No IDD or plus sign is found, might be entering in national format. in inputDigitWithOptionToRememberPosition()
[all …]
DPhoneNumberUtil.java67 // The minimum and maximum length of the national significant number.
87 // this is relevant is when determining the length of the national destination code, which should
280 // component of the number, after the main national number is formatted. For example, if you wish
340 // first group is not used in the national pattern (e.g. Argentina) so the $1 group does not match
348 // A pattern that is used to determine if the national prefix formatting rule has the first group
349 // only, i.e., does not start with the national prefix. Note that the pattern explicitly allows
358 * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
360 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format.
372 NATIONAL, enumConstant
448 * in national format must have their national-prefix present if it is usually written for a
[all …]
DPhoneNumberMatcher.java151 * single block, set high enough to accommodate the entire national number and the international
502 // for extensions. This is only important for countries with national prefixes. in allNumberGroupsRemainGrouped()
524 // First we check if the national significant number is formatted as a block. in allNumberGroupsAreExactlyPresent()
525 // We use contains and not equals, since the national significant number may be present with in allNumberGroupsAreExactlyPresent()
526 // a prefix such as a national number prefix, or the country code itself. in allNumberGroupsAreExactlyPresent()
542 // Now check the first group. There may be a national prefix at the start, so we only check in allNumberGroupsAreExactlyPresent()
549 * Helper method to get the national-number part of a number, formatted without any national
627 // national significant number or (2) an extension sign, in which case they always precede the in containsOnlyValidXChars()
636 // This is the carrier code case, in which the 'X's always precede the national in containsOnlyValidXChars()
655 // the national prefix is not required. in isNationalPrefixPresentIfRequired()
[all …]
DShortNumberInfo.java73 // MatcherApi supports the basic matching method for checking if a given national number matches
74 // a national number patten or a possible number patten defined in the given
580 * Gets the national significant number of the a phone number. Note a national significant number
581 * doesn't contain a national prefix or any formatting.
587 * @param number the phone number for which the national significant number is needed
588 * @return the national significant number of the PhoneNumber object passed in
591 // If leading zero(s) have been set, we prefix this now. Note this is not a national prefix. in getNationalSignificantNumber()
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java237 // Italian numbers - there is no national prefix, but it still has an area code. in testGetLengthOfGeographicalAreaCode()
240 // Google Singapore. Singapore has no area code and no national prefix. in testGetLengthOfGeographicalAreaCode()
251 // Google MTV, which has national destination code (NDC) "650". in testGetLengthOfNationalDestinationCode()
389 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
392 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
395 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
398 // Numbers with all zeros in the national number part will be formatted by using the raw_input in testFormatUSNumber()
401 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
402 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
406 assertEquals("242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatBSNumber()
[all …]
DAsYouTypeFormatterTest.java99 // national prefix. in testCountryWithSpaceInNationalPrefixFormattingRule()
918 // For Australia, the national prefix is not optional when formatting. in testAYTFShortNumberFormattingFix_AU()
921 // 1234567890 - For leading digit 1, the national prefix formatting rule has first group only. in testAYTFShortNumberFormattingFix_AU()
949 // 212345678 - For leading digit 2, the national prefix formatting rule puts the national prefix in testAYTFShortNumberFormattingFix_AU()
992 // For Korea, the national prefix is not optional when formatting, and the national prefix in testAYTFShortNumberFormattingFix_KR()
1007 // 13121234 - Test a mobile number without the national prefix. Even though it is not an in testAYTFShortNumberFormattingFix_KR()
1035 // For Mexico, the national prefix is optional when formatting. in testAYTFShortNumberFormattingFix_MX()
1044 // even though it doesn't begin with the national prefix. in testAYTFShortNumberFormattingFix_MX()
1100 // 101 - Test that the initial 1 is not treated as a national prefix. in testAYTFShortNumberFormattingFix_US()
1105 // 112 - Test that the initial 1 is not treated as a national prefix. in testAYTFShortNumberFormattingFix_US()
[all …]
/external/vulkan-validation-layers/cmake/
DCopyright_cmake.txt46 * National Library of Medicine at the National Institutes of Health
49 * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
52 * National Alliance for Medical Image Computing (NAMIC) is funded by the
53 National Institutes of Health through the NIH Roadmap for Medical Research,
/external/libphonenumber/
Drelease_notes.txt220 national prefix that was extracted was not found in the prefix. This affected
276 - Fix for parsing short numbers that start with the national prefix.
385 -- AsYouTypeFormatting: Countries with an optional national prefix were considered before to
386 have always entered it, resulting in bugs where numbers without the national prefix were
390 -- Not requiring the NDC to be alone for countries where there is no national prefix in strict
443 - Fix for as-you-type-formatting bug affecting countries with no national prefix
477 - Switch formatNumberForMobileDialing to prefer national format to international format when the
547 - Fixing regression in AsYouTypeFormatter where it no longer worked for numbers entered in national
548 format for countries with no national prefix, e.g. Spain.
556 - Inserting a space after the national prefix in the AsYouTypeFormatter when formatting numbers in
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
DMatcherApi.java27 * Returns whether the given national number (a string containing only decimal digits) matches
28 * the national number pattern defined in the given {@code PhoneNumberDesc} message.
34 * Returns whether the given national number (a string containing only decimal digits) matches
/external/valgrind/
DAUTHORS88 (Lawrence Livermore National Laboratory, Los Alamos National
89 Laboratory, and Sandia National Laboratories) of the U.S. Department
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLMcovar.h5 // Copyright Jorge More - Argonne National Laboratory
6 // Copyright Burt Garbow - Argonne National Laboratory
7 // Copyright Ken Hillstrom - Argonne National Laboratory
DLMpar.h5 // Copyright Jorge More - Argonne National Laboratory
6 // Copyright Burt Garbow - Argonne National Laboratory
7 // Copyright Ken Hillstrom - Argonne National Laboratory
DLMonestep.h7 // Copyright Jorge More - Argonne National Laboratory
8 // Copyright Burt Garbow - Argonne National Laboratory
9 // Copyright Ken Hillstrom - Argonne National Laboratory
DLMqrsolv.h8 // Copyright Jorge More - Argonne National Laboratory
9 // Copyright Burt Garbow - Argonne National Laboratory
10 // Copyright Ken Hillstrom - Argonne National Laboratory
/external/icu/icu4c/source/i18n/
Dindiancal.h27 * which is accepted by government of India as Indian National Calendar.
33 * Indian National calendar in 1957.
35 * Some details of Indian National Calendar (to be implemented) :
53 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization.
59 * era by Indian National Calendar.
/external/libxml2/
Dlibxml.364 Lister Hill National Center for Biomedical Communications,
65 U.S. National Library of Medicine.
/external/ppp/pppd/
Dipv6cp.h56 Le nom de l'Institut National de Recherche en Informatique
68 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National
89 is a federation of seven research units funded by the CNRS, National
DNOTICE217 Le nom de l'Institut National de Recherche en Informatique
229 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National
250 is a federation of seven research units funded by the CNRS, National
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DHolidayBundle_de_AT.java34 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
35 new SimpleHoliday(Calendar.OCTOBER, 31, -Calendar.MONDAY, "National Holiday"),
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DHolidayBundle_de_AT.java38 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
39 new SimpleHoliday(Calendar.OCTOBER, 31, -Calendar.MONDAY, "National Holiday"),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIndianCalendar.java18 * which is accepted by government of India as Indian National Calendar.
24 * Indian National calendar in 1957.
26 * Some details of Indian National Calendar (to be implemented) :
44 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization.
50 * era by Indian National Calendar.
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIndianCalendar.java19 * which is accepted by government of India as Indian National Calendar.
25 * Indian National calendar in 1957.
27 * Some details of Indian National Calendar (to be implemented) :
45 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization.
51 * era by Indian National Calendar.
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.conf.561 Copyright 2004 National ICT Australia Ltd
65 By this licence, National ICT Australia Ltd (NICTA) grants permission,
Dlibnss_mdns.874 Copyright 2004 National ICT Australia Ltd
78 By this licence, National ICT Australia Ltd (NICTA) grants permission,
Dnss_ReadMe.txt55 Copyright © 2004 National ICT Australia Ltd
59 By this licence, National ICT Australia Ltd (NICTA) grants permission,

12345678910>>...22