Home
last modified time | relevance | path

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

12345678910>>...24

/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
339 // Add an additional space to separate long NDD and national significant number for in inputDigitWithOptionToRememberPosition()
358 } else { // No IDD or plus sign is found, might be entering in national format. in inputDigitWithOptionToRememberPosition()
[all …]
DPhoneNumberUtil.java58 // The minimum and maximum length of the national significant number.
78 // this is relevant is when determining the length of the national destination code, which should
299 // component of the number, after the main national number is formatted. For example, if you wish
359 // first group is not used in the national pattern (e.g. Argentina) so the $1 group does not match
367 // A pattern that is used to determine if the national prefix formatting rule has the first group
368 // only, i.e., does not start with the national prefix. Note that the pattern explicitly allows
377 * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
379 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format.
391 NATIONAL, enumConstant
483 * 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.java72 // MatcherApi supports the basic matching method for checking if a given national number matches
73 // a national number pattern defined in the given {@code PhoneNumberDesc}.
504 * Gets the national significant number of the a phone number. Note a national significant number
505 * doesn't contain a national prefix or any formatting.
511 * @param number the phone number for which the national significant number is needed
512 * @return the national significant number of the PhoneNumber object passed in
515 // If leading zero(s) have been set, we prefix this now. Note this is not a national prefix. in getNationalSignificantNumber()
/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/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java254 // Italian numbers - there is no national prefix, but it still has an area code. in testGetLengthOfGeographicalAreaCode()
257 // Google Singapore. Singapore has no area code and no national prefix. in testGetLengthOfGeographicalAreaCode()
272 // Google MTV, which has national destination code (NDC) "650". in testGetLengthOfNationalDestinationCode()
307 // can be considered to have a national destination code. in testGetLengthOfNationalDestinationCode()
443 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
446 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
449 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
452 // Numbers with all zeros in the national number part will be formatted by using the raw_input in testFormatUSNumber()
455 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
456 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber()
[all …]
/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/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.
/external/libxml2/
Dlibxml.364 Lister Hill National Center for Biomedical Communications,
65 U.S. National Library of Medicine.
/external/libphonenumber/
Drelease_notes.txt104 to strip a possible national prefix (1) or country code based on the length
610 national prefix that was extracted was not found in the prefix. This affected
666 - Fix for parsing short numbers that start with the national prefix.
775 -- AsYouTypeFormatting: Countries with an optional national prefix were considered before to
776 have always entered it, resulting in bugs where numbers without the national prefix were
780 -- Not requiring the NDC to be alone for countries where there is no national prefix in strict
833 - Fix for as-you-type-formatting bug affecting countries with no national prefix
867 - Switch formatNumberForMobileDialing to prefer national format to international format when the
937 - Fixing regression in AsYouTypeFormatter where it no longer worked for numbers entered in national
938 format for countries with no national prefix, e.g. Spain.
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DHolidayBundle_de_AT.java40 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
41 new SimpleHoliday(Calendar.OCTOBER, 31, -Calendar.MONDAY, "National Holiday"),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DHolidayBundle_de_AT.java36 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
37 new SimpleHoliday(Calendar.OCTOBER, 31, -Calendar.MONDAY, "National Holiday"),
/external/python/cpython2/PC/os2emx/
Ddlfcn.h12 Centrum or CWI or Corporation for National Research Initiatives or
18 is made available by the Corporation for National Research Initiatives
/external/python/cpython2/RISCOS/Python/
Ddynload_riscos.c12 Centrum or CWI or Corporation for National Research Initiatives or
18 is made available by the Corporation for National Research Initiatives
/external/icu/icu4c/source/i18n/
Dindiancal.h29 * which is accepted by government of India as Indian National Calendar.
35 * Indian National calendar in 1957.
37 * Some details of Indian National Calendar (to be implemented) :
55 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization.
61 * era by Indian National Calendar.
/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
/external/python/cpython2/RISCOS/Modules/
Dconfig.c12 Centrum or CWI or Corporation for National Research Initiatives or
18 is made available by the Corporation for National Research Initiatives
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h83 * Copyright (c) 1994 The Australian National University.
89 * warranty, express or implied. The Australian National University
93 * IN NO EVENT SHALL THE AUSTRALIAN NATIONAL UNIVERSITY BE LIABLE TO ANY
96 * THE AUSTRALIAN NATIONAL UNIVERSITY HAVE BEEN ADVISED OF THE POSSIBILITY
99 * THE AUSTRALIAN NATIONAL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
102 * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO
/external/valgrind/docs/html/
Ddist.authors.html111 (Lawrence�Livermore�National�Laboratory,�Los�Alamos�National<br>
112 Laboratory,�and�Sandia�National�Laboratories)�of�the�U.S.�Department<br>
/external/mdnsresponder/mDNSPosix/
Dlibnss_mdns.874 Copyright 2004 National ICT Australia Ltd
78 By this licence, National ICT Australia Ltd (NICTA) grants permission,
Dnss_mdns.conf.561 Copyright 2004 National ICT Australia Ltd
65 By this licence, National ICT Australia Ltd (NICTA) grants permission,

12345678910>>...24