/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | regioncodefortesting.js | 58 KR: 'KR',
|
H A D | asyoutypeformatter_test.js | 562 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.KR); 888 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.KR); 910 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.KR); 1045 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.KR); 1172 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.KR);
|
H A D | phonenumberutil_test.js | 1433 var number8 = phoneUtil.parseAndKeepRawInput('02-4567-8900', RegionCode.KR); 1435 '02-4567-8900', phoneUtil.formatInOriginalFormat(number8, RegionCode.KR)); 1444 var number10 = phoneUtil.parseAndKeepRawInput('+80012345678', RegionCode.KR); 1447 phoneUtil.formatInOriginalFormat(number10, RegionCode.KR)); 3749 phoneUtil.parseAndKeepRawInput('08122123456', RegionCode.KR)));
|
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"], 280 "0$1"],[,"(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],,[,,,,,,,,,[-1]],,,[,,"238[02-9]\\d{4}|2(?:[0-24-9]\\d|3[0-79])\\d{5}",,,,,,,[8]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],KR:[,[,,"00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",,,,,,,[5,6,8,9,10,11,12,13,14],[3,4,7]],[,,"(?:2|3[1-3]|[46][1-4]|5[1-5])[1-9]\\d{6,7}|(?:3[1-3]|[46][1-4]|5[1-5])1\\d{2,3}",,,,"22123456",,,[5,6,8,9,10], 281 [3,4,7]],[,,"1(?:05(?:[0-8]\\d|9[0-6])|22[13]\\d)\\d{4,5}|1(?:0[0-46-9]|[16-9]\\d|2[013-9])\\d{6,7}",,,,"1020000000",,,[9,10]],[,,"00(?:308\\d{6,7}|798\\d{7,9})|(?:00368|80)\\d{7}",,,,"801234567",,,[9,11,12,13,14]],[,,"60[2-9]\\d{6}",,,,"602345678",,,[9]],[,,,,,,,,,[-1]],[,,"50\\d{8,9}",,,,"5012345678",,,[10,11]],[,,"70\\d{8}",,,,"7012345678",,,[10]],"KR",82,"00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","0",,,"0(8(?:[1-46-8]|5\\d\\d))?",,,,[[,"(\\d{5})","$1",["1[016-9]1","1[016-9]11","1[016-9]114"], 593 ,,,"112"],[,,,,,,,,,[-1]],,,,"KP",,,,,,,,,,,,,,,,,,[,,"11[29]|819",,,,"112"],,[,,"11[29]|819",,,,"112"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],KR:[,[,,"1\\d{2,4}",,,,,,,[3,4,5]],,,[,,"1(?:1[27-9]|28|330|82)",,,,"112",,,[3,4]],[,,,,,,,,,[-1]],,,,"KR",,,,,,,,,,,,,,,,,,[,,"11[29]",,,,"112",,,[3]],,[,,"1(?:[016-9]114|3(?:0[01]|2|3[0-35-9]|45?|5[057]|6[569]|7[79]|8[2589]|9[0189]))|1(?:0[015]|1\\d|2[01357-9]|41|8[28])",,,,"100"],[,,,,,,,,,[-1]],[,,"1(?:0[01]|1[4-6]|41)|1(?:[06-9]1\\d|111)\\d",
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 49 static final String KR = "KR"; field in RegionCode
|
H A D | AsYouTypeFormatterTest.java | 536 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.KR); in testAYTFKR() 856 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.KR); in testAYTFLongIDD_KR() 877 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.KR); in testAYTFLongNDD_KR() 1008 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.KR); in testAYTFShortNumberFormattingFix_KR() 1133 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.KR); in testAYTFClearNDDAfterIDDExtraction()
|
H A D | PhoneNumberUtilTest.java | 1033 PhoneNumber number8 = phoneUtil.parseAndKeepRawInput("02-4567-8900", RegionCode.KR); in testFormatInOriginalFormat() 1034 assertEquals("02-4567-8900", phoneUtil.formatInOriginalFormat(number8, RegionCode.KR)); in testFormatInOriginalFormat() 1039 PhoneNumber number10 = phoneUtil.parseAndKeepRawInput("+80012345678", RegionCode.KR); in testFormatInOriginalFormat() 1040 assertEquals("+800 1234 5678", phoneUtil.formatInOriginalFormat(number10, RegionCode.KR)); in testFormatInOriginalFormat() 2867 assertEquals(koreanNumber, phoneUtil.parseAndKeepRawInput("08122123456", RegionCode.KR)); in testParseAndKeepRaw()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 148 static const char* KR() { in KR() function in i18n::phonenumbers::RegionCode 149 return "KR"; in KR()
|
H A D | asyoutypeformatter_test.cc | 597 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::KR())); in TEST_F() 920 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::KR())); in TEST_F() 941 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::KR())); in TEST_F() 1073 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::KR())); in TEST_F() 1198 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::KR())); in TEST_F()
|
H A D | phonenumberutil_test.cc | 2475 phone_util_.ParseAndKeepRawInput("02-4567-8900", RegionCode::KR(), in TEST_F() 2477 phone_util_.FormatInOriginalFormat(phone_number, RegionCode::KR(), in TEST_F() 2493 phone_util_.ParseAndKeepRawInput("+80012345678", RegionCode::KR(), in TEST_F() 2495 phone_util_.FormatInOriginalFormat(phone_number, RegionCode::KR(), in TEST_F() 4664 RegionCode::KR(), in TEST_F()
|
/third_party/mbedtls/library/ |
H A D | camellia.c | 157 { 0, 0, 0, 0 }, /* KR */ 163 { 1, 1, 0, 1 }, /* KR */ 175 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }, /* KR -> RK */ 185 18, 19, -1, -1, -1, -1, 39, 36, 37, 38 }, /* KR -> RK */ 220 #define FL(XL, XR, KL, KR) \ 223 (XL) = ((XR) | (KR)) ^ (XL); \ 226 #define FLInv(YL, YR, KL, KR) \ 228 (YL) = ((YR) | (KR)) ^ (YL); \ 335 * Order: KL, KR, KA, KB in mbedtls_camellia_setkey_enc() 339 /* Store KL, KR */ in mbedtls_camellia_setkey_enc() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1972 KernelRewriter KR(*Schedule.getLoop(), Schedule); in rewriteKernel() 1973 KR.rewrite(); in rewriteKernel() 2015 KernelRewriter KR(*Schedule.getLoop(), Schedule); in validateAgainstModuloScheduleExpander() 2016 KR.rewrite(); in validateAgainstModuloScheduleExpander()
|