/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | regioncodefortesting.js | 57 JP: 'JP',
|
H A D | phonenumberutil_test.js | 1176 // Star numbers. In real life they appear in Israel, but we have them in JP 1181 JP_STAR_NUMBER, RegionCode.JP, false)); 1185 JP_STAR_NUMBER, RegionCode.JP, true)); 1190 INTERNATIONAL_TOLL_FREE, RegionCode.JP, false)); 1194 INTERNATIONAL_TOLL_FREE, RegionCode.JP, true)); 1200 phoneUtil.formatNumberForMobileDialing(AE_UAN, RegionCode.JP, false)); 1503 phoneUtil.parseAndKeepRawInput('00777012', RegionCode.JP); 1507 numberWithNationalPrefixJP, RegionCode.JP)); 1511 phoneUtil.parseAndKeepRawInput('0777012', RegionCode.JP); 1515 numberWithoutNationalPrefixJP, RegionCode.JP)); [all...] |
H A D | demo-compiled.js | 56 var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI".split(" "),7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"], 260 ,,[9]],,,[,,,,,,,,,[-1]],[,,"8(?:10|8\\d)\\d{5}",,,,"88101234",,,[8]],,,[,,,,,,,,,[-1]]],JP:[,[,,"00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",,,,,,,[8,9,10,11,12,13,14,15,16,17]],[,,"(?:1(?:1[235-8]|2[3-6]|3[3-9]|4[2-6]|[58][2-8]|6[2-7]|7[2-9]|9[1-9])|(?:2[2-9]|[36][1-9])\\d|4(?:[2-578]\\d|6[02-8]|9[2-59])|5(?:[2-589]\\d|6[1-9]|7[2-8])|7(?:[25-9]\\d|3[4-9]|4[02-9])|8(?:[2679]\\d|3[2-9]|4[5-9]|5[1-9]|8[03-9])|9(?:[2-58]\\d|[679][1-9]))\\d{6}",,,,"312345678",,,[9]],[,,"[7-9]0[1-9]\\d{7}", 261 ,,,"9012345678",,,[10]],[,,"00777(?:[01]|5\\d)\\d\\d|(?:00(?:7778|882[1245])|(?:120|800\\d)\\d\\d)\\d{4}|00(?:37|66|78)\\d{6,13}",,,,"120123456"],[,,"990\\d{6}",,,,"990123456",,,[9]],[,,,,,,,,,[-1]],[,,"60\\d{7}",,,,"601234567",,,[9]],[,,"50[1-9]\\d{7}",,,,"5012345678",,,[10]],"JP",81,"010","0",,,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1",,,[[,"(\\d{4})(\\d{4})","$1-$2",["007","0077","00777","00777[01]"]],[,"(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],[,"(\\d{4})(\\d)(\\d{4})", 589 ,,,"90000",,,[5]]],JP:[,[,,"[01]\\d\\d(?:\\d{7})?",,,,,,,[3,10]],,,[,,"11[089]",,,,"110",,,[3]],[,,,,,,,,,[-1]],,,,"JP",,,,,,,,,,,,,,,,,,[,,"11[09]",,,,"110",,,[3]],,[,,"000[259]\\d{6}|1(?:0[24]|1[089]|44|89)",,,,"102"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,"000[259]\\d{6}",,,,"0002000000",,,[10]]],KE:[,[,,"[1-9]\\d{2,4}",,,,,,,[3,4,5]],,,[,,"1(?:1(?:[246]|9\\d)|5(?:01|2[127]|6[26]\\d))|999",,,,"112"],[,,"909\\d\\d",,,,"90900",,,[5]],,,,"KE",,,,,,,,,,,,,,,,,,[,,"11[24]|999",,,,"112",,,[3]],,[,,"1(?:0(?:[07-9]|1[0-25]|400)|1(?:[024-6]|9[0-579])|2[1-3]|3[01]|4[14]|5(?:[01][01]|2[0-24-79]|33|4[05]|5[59]|6(?:00|29|6[67]))|(?:6[035]\\d|[78])\\d|9(?:[02-9]\\d\\d|19))|(?:(?:2[0-79]|[37][0-29]|4[0-4]|6[2357]|8\\d)\\d|5(?:[0-7]\\d|99))\\d\\d|9(?:09\\d\\d|99)|8988",
|
H A D | asyoutypeformatter_test.js | 773 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.JP);
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 48 static final String JP = "JP"; field in RegionCode
|
H A D | PhoneNumberUtilTest.java | 855 // Star numbers. In real life they appear in Israel, but we have them in JP in our test in testFormatNumberForMobileDialing() 858 phoneUtil.formatNumberForMobileDialing(JP_STAR_NUMBER, RegionCode.JP, false)); in testFormatNumberForMobileDialing() 860 phoneUtil.formatNumberForMobileDialing(JP_STAR_NUMBER, RegionCode.JP, true)); in testFormatNumberForMobileDialing() 863 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, false)); in testFormatNumberForMobileDialing() 865 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, true)); in testFormatNumberForMobileDialing() 869 phoneUtil.formatNumberForMobileDialing(AE_UAN, RegionCode.JP, false)); in testFormatNumberForMobileDialing() 1074 phoneUtil.parseAndKeepRawInput("00777012", RegionCode.JP); in testFormatInOriginalFormat() 1076 phoneUtil.formatInOriginalFormat(numberWithNationalPrefixJP, RegionCode.JP)); in testFormatInOriginalFormat() 1079 phoneUtil.parseAndKeepRawInput("0777012", RegionCode.JP); in testFormatInOriginalFormat() 1081 phoneUtil.formatInOriginalFormat(numberWithoutNationalPrefixJP, RegionCode.JP)); in testFormatInOriginalFormat() [all...] |
H A D | AsYouTypeFormatterTest.java | 743 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.JP); in testAYTFMultipleLeadingDigitPatterns()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 144 static const char* JP() { in JP() function in i18n::phonenumbers::RegionCode 145 return "JP"; in JP()
|
H A D | phonenumberutil_test.cc | 1188 // Star numbers. In real life they appear in Israel, but we have them in JP in TEST_F() 1193 test_number, RegionCode::JP(), true, &formatted_number); in TEST_F() 1196 test_number, RegionCode::JP(), false, &formatted_number); in TEST_F() 1202 test_number, RegionCode::JP(), false, &formatted_number); in TEST_F() 1205 test_number, RegionCode::JP(), true, &formatted_number); in TEST_F() 1213 test_number, RegionCode::JP(), false, &formatted_number); in TEST_F() 2574 phone_util_.ParseAndKeepRawInput("00777012", RegionCode::JP(), in TEST_F() 2576 phone_util_.FormatInOriginalFormat(phone_number, RegionCode::JP(), in TEST_F() 2584 phone_util_.ParseAndKeepRawInput("0777012", RegionCode::JP(), in TEST_F() 2586 phone_util_.FormatInOriginalFormat(phone_number, RegionCode::JP(), in TEST_F() [all...] |
H A D | asyoutypeformatter_test.cc | 805 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::JP())); in TEST_F()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
H A D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/third_party/skia/third_party/externals/oboe/samples/ |
H A D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 493 #define JP(a) CHOICE(jp a, jp a, jp a) macro 1212 #define JP(a) jp NEAR a macro
|
/third_party/lame/ |
H A D | configure | 16708 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 16712 iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP");
|