Searched refs:NATIONAL (Results 1 – 6 of 6) sorted by relevance
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 409 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber() 412 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber() 415 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber() 421 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber() 422 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL)); in testFormatUSNumber() 426 assertEquals("242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatBSNumber() 431 assertEquals("(020) 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatGBNumber() 434 assertEquals("(07912) 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.NATIONAL)); in testFormatGBNumber() 441 assertEquals("030/1234", phoneUtil.format(deNumber, PhoneNumberFormat.NATIONAL)); in testFormatDENumber() 447 assertEquals("0291 123", phoneUtil.format(deNumber, PhoneNumberFormat.NATIONAL)); in testFormatDENumber() [all …]
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 379 NATIONAL, enumConstant 1242 PhoneNumberFormat.NATIONAL, carrierCode)); 1243 maybeAppendFormattedExtension(number, metadata, PhoneNumberFormat.NATIONAL, formattedNumber); 1244 prefixNumberWithCountryCallingCode(countryCallingCode, PhoneNumberFormat.NATIONAL, 1327 " " + format(numberNoExt, PhoneNumberFormat.NATIONAL); 1338 formattedNumber = format(numberNoExt, PhoneNumberFormat.NATIONAL); 1358 formattedNumber = format(numberNoExt, PhoneNumberFormat.NATIONAL); 1407 return countryCallingCode + " " + format(number, PhoneNumberFormat.NATIONAL); 1416 return format(number, PhoneNumberFormat.NATIONAL); 1476 return format(number, PhoneNumberFormat.NATIONAL); [all …]
|
/external/libphonenumber/demo/src/com/google/phonenumbers/ |
D | PhoneNumberParserServlet.java | 225 appendLine("National format", phoneUtil.format(number, PhoneNumberFormat.NATIONAL), output); in getOutputForSingleNumber()
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 7206 206E;NATIONAL DIGIT SHAPES;Cf;0;BN;;;;;N;;;;; 25278 1F3DE;NATIONAL PARK;So;0;ON;;;;;N;;;;;
|
D | ppucd.txt | 9398 cp;206E;bc=BN;CI;CWKCF;Dep;DI;gc=Cf;GCB=CN;-Gr_Base;jt=T;lb=CM;na=NATIONAL DIGIT SHAPES;NFKC_CF=;-P… 29847 cp;1F3DE;age=7.0;na=NATIONAL PARK
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 7206 206E;NATIONAL DIGIT SHAPES;Cf;0;BN;;;;;N;;;;; 25278 1F3DE;NATIONAL PARK;So;0;ON;;;;;N;;;;;
|