/third_party/ltp/tools/sparse/sparse-src/ |
H A D | opcode.c | 26 #define OPCODE(OP,NG,SW,SG,TF,N,FL) \ 30 .sign = OP_##SG, \
|
H A D | opcode.h | 7 #define OPCODE(OP,NG,SW,SG,TF,N,FL) OP_##OP,
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | regioncodefortesting.js | 65 SG: 'SG',
|
H A D | phonenumberutil_test.js | 848 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG)); 852 phoneUtil.formatOutOfCountryCallingNumber(SG_NUMBER, RegionCode.SG)); 992 alphaNumericNumber, RegionCode.SG)); 2935 US_NUMBER.equals(phoneUtil.parse('0011-650-253-0000', RegionCode.SG))); 2938 US_NUMBER.equals(phoneUtil.parse('0081-650-253-0000', RegionCode.SG))); 2941 US_NUMBER.equals(phoneUtil.parse('0191-650-253-0000', RegionCode.SG))); 2953 phoneUtil.parse('\uFF0B1 (650) 253-0000', RegionCode.SG))); 2962 RegionCode.SG))); 2967 RegionCode.SG)));
|
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"], 394 "$1 $2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"]],[,"(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["9"]],[,"(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]"]]],[,,"74[02-9]\\d{6}",,,,"740123456",,,[9]],,,[,,,,,,,,,[-1]],[,,"10[1-8]\\d{6}",,,,"102345678",,,[9]],,,[,,"(?:25[245]|67[3-68])\\d{9}",,,,"254123456789",,,[12]]],SG:[,[,,"(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",,,,,,,[8,10,11]],[,,"662[0-24-9]\\d{4}|6(?:[0-578]\\d|6[013-57-9]|9[0-35-9])\\d{5}", 395 ,,,"61234567",,,[8]],[,,"8(?:09|95)[0-2]\\d{4}|(?:8(?:0[1-8]|[1-8]\\d|9[0-4])|9[0-8]\\d)\\d{5}",,,,"81234567",,,[8]],[,,"(?:18|8)00\\d{7}",,,,"18001234567",,,[10,11]],[,,"1900\\d{7}",,,,"19001234567",,,[11]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,"(?:3[12]\\d|666)\\d{5}",,,,"31234567",,,[8]],"SG",65,"0[0-3]\\d",,,,,,,,[[,"(\\d{4,5})","$1",["1[013-9]|77","1(?:[013-8]|9(?:0[1-9]|[1-9]))|77"]],[,"(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],[,"(\\d{4})(\\d{4})(\\d{3})", 632 ,,,"220",,,[3]],,[,,"7\\d{4}",,,,"70000",,,[5]]],SG:[,[,,"[179]\\d{2,4}",,,,,,,[3,4,5]],,,[,,"99[359]",,,,"993",,,[3]],[,,,,,,,,,[-1]],,,,"SG",,,,,,,,,,,,,,,,,,[,,"99[359]",,,,"993",,,[3]],,[,,"1(?:(?:[01368]\\d|44)\\d|[57]\\d{2,3}|9(?:0[1-9]|[1-9]\\d))|77222|99[02-9]|100",,,,"100"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,"772\\d\\d",,,,"77200",,,[5]]],SH:[,[,,"[129]\\d{2,4}",,,,,,,[3,4,5]],,,[,,"9(?:11|99)",,,,"911",,,[3]],[,,,,,,,,,[-1]],,,,"SH",,,,,,,,,,,,,,,,,,[,,"9(?:11|99)",,,,"911",,,[3]],,[,,
|
H A D | asyoutypeformatter_test.js | 947 var f = new i18n.phonenumbers.AsYouTypeFormatter(RegionCode.SG);
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 57 static final String SG = "SG"; field in RegionCode
|
H A D | PhoneNumberMatcherTest.java | 110 doTestFindInContext("0011-650-333-6000", RegionCode.SG); in testFindWithInternationalPrefixes() 112 doTestFindInContext("0081-650-333-6000", RegionCode.SG); in testFindWithInternationalPrefixes() 114 doTestFindInContext("0191-650-333-6000", RegionCode.SG); in testFindWithInternationalPrefixes() 120 doTestFindInContext("\uFF0B1 (650) 333-6000", RegionCode.SG); in testFindWithInternationalPrefixes() 124 RegionCode.SG); in testFindWithInternationalPrefixes()
|
H A D | PhoneNumberUtilTest.java | 635 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber() 638 phoneUtil.formatOutOfCountryCallingNumber(SG_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber() 732 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.SG)); in testFormatOutOfCountryKeepingAlphaChars() 2210 assertEquals(US_NUMBER, phoneUtil.parse("0011-650-253-0000", RegionCode.SG)); in testParseWithInternationalPrefixes() 2212 assertEquals(US_NUMBER, phoneUtil.parse("0081-650-253-0000", RegionCode.SG)); in testParseWithInternationalPrefixes() 2214 assertEquals(US_NUMBER, phoneUtil.parse("0191-650-253-0000", RegionCode.SG)); in testParseWithInternationalPrefixes() 2223 assertEquals(US_NUMBER, phoneUtil.parse("\uFF0B1 (650) 253-0000", RegionCode.SG)); in testParseNonAscii() 2229 RegionCode.SG)); in testParseNonAscii() 2233 RegionCode.SG)); in testParseNonAscii()
|
H A D | AsYouTypeFormatterTest.java | 913 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.SG); in testAYTFLongNDD_SG()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 176 static const char* SG() { in SG() function in i18n::phonenumbers::RegionCode 177 return "SG"; in SG()
|
H A D | phonenumbermatcher_test.cc | 421 DoTestFindInContext("0011-650-333-6000", RegionCode::SG()); in TEST_F() 423 DoTestFindInContext("0081-650-333-6000", RegionCode::SG()); in TEST_F() 425 DoTestFindInContext("0191-650-333-6000", RegionCode::SG()); in TEST_F() 433 RegionCode::SG()); in TEST_F() 441 RegionCode::SG()); in TEST_F()
|
H A D | phonenumberutil_test.cc | 822 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::SG(), in TEST_F() 829 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::SG(), in TEST_F() 986 RegionCode::SG(), in TEST_F() 3782 RegionCode::SG(), &test_number)); in TEST_F() 3787 RegionCode::SG(), &test_number)); in TEST_F() 3792 RegionCode::SG(), &test_number)); in TEST_F() 3809 RegionCode::SG(), &test_number)); in TEST_F() 3826 RegionCode::SG(), &test_number)); in TEST_F() 3837 RegionCode::SG(), &test_number)); in TEST_F()
|
H A D | asyoutypeformatter_test.cc | 977 formatter_.reset(phone_util_.GetAsYouTypeFormatter(RegionCode::SG())); in TEST_F()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 1020 EVALUATE(SG);
|
H A D | simulator-s390.cc | 1346 EvalTable[SG] = &Simulator::Evaluate_SG; in EvalTableInit() 9265 EVALUATE(SG) { in EVALUATE() 9266 DCHECK_OPCODE(SG); in EVALUATE()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 826 V(sg, SG, 0xE309) /* type = RXY_A SUBTRACT (64) */ \
|