Home
last modified time | relevance | path

Searched refs:ZZ (Results 1 – 25 of 122) sorted by relevance

12345

/external/icu4c/data/misc/
DwindowsZones.txt42 ZZ{"Etc/GMT-4"}
88 ZZ{"Etc/GMT+1"}
107 ZZ{"Etc/GMT+6"}
115 ZZ{"Etc/GMT-6"}
145 ZZ{"Etc/GMT-11"}
166 ZZ{"CST6CDT"}
176 ZZ{"Etc/GMT+12"}
193 ZZ{"Etc/GMT-3"}
220 ZZ{"EST5EDT"}
295 ZZ{"Etc/GMT+10"}
[all …]
DpostalCodeData.txt50 FK{"FIQQ 1ZZ"}
69 GS{"SIQQ 1ZZ"}
83 IO{"BBND 1ZZ"}
136 PN{"PCRN 1ZZ"}
148 SH{"(ASCN|STHL) 1ZZ"}
156 TC{"TKCA 1ZZ"}
/external/clang/test/SemaCXX/
Ddefault2.cpp105 struct ZZ { struct
106 static ZZ g(int = 17);
108 void f(ZZ z = g()); // expected-error{{no matching constructor for initialization}} \
111 ZZ(ZZ&, int = 17); // expected-note{{candidate constructor}}
/external/llvm/test/CodeGen/X86/
D2008-02-25-X86-64-CoalescerBug.ll5 %struct.ZZ = type opaque
25 %tmp72 = bitcast %struct.XX* %tmp2728128 to %struct.ZZ*** ; <%struct.ZZ***> [#uses=1]
33 %tmp73 = load %struct.ZZ*** %tmp72, align 8 ; <%struct.ZZ**> [#uses=0]
/external/clang/test/CodeCompletion/
Dcall.cpp13 void f(Y y, int ZZ);
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload() typedef
50 ZZ *zz = a8; in test_bin_op_overload()
/external/icu4c/data/region/
Dmgo.txt15 ZZ{"aba aben tisɔ̀"}
Dbo.txt24 ZZ{"མིའི་ཤེས་རྟོགས་མ་བྱུང་བའི་ཁོར་ཡུག"}
Dii.txt24 ZZ{"ꃅꄷꅉꀋꐚꌠ"}
Das.txt30 ZZ{"অজ্ঞাত বা অবৈধ অঞ্চল"}
Dkk.txt94 ZZ{"Белгісіз аймақ"}
Dmy.txt220 ZZ{"မသိ သို့မဟုတ် မရှိ သော နေရာ"}
Dpt_PT.txt70 ZZ{"Região desconhecida ou inválida"}
Dchr.txt214 ZZ{"ᏄᏬᎵᏍᏛᎾ ᎤᏔᏂᏗᎦᏙᎯ"}
Dbe.txt275 ZZ{"Невядомы рэгіён"}
Dth.txt302 ZZ{"ไม่ทราบภูมิภาค"}
Dsi.txt302 ZZ{"හඳුනා නොගත් කළාපය"}
Dfa.txt302 ZZ{"ناحیهٔ نامشخص"}
Dne.txt302 ZZ{"अपरिचित क्षेत्र"}
Dte.txt302 ZZ{"తెలియని లేదా చెల్లని ప్రాంతం"}
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DRegionCode.java51 static final String ZZ = "ZZ"; field in RegionCode
DPhoneNumberUtilTest.java1086 assertFalse(phoneUtil.isValidNumberForRegion(INTERNATIONAL_TOLL_FREE, RegionCode.ZZ)); in testIsValidForRegion()
1091 assertFalse(phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.ZZ)); in testIsValidForRegion()
1095 assertFalse(phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.ZZ)); in testIsValidForRegion()
1158 assertEquals(0, phoneUtil.getCountryCodeForRegion(RegionCode.ZZ)); in testGetCountryCodeForRegion()
1175 assertEquals(null, phoneUtil.getNddPrefixForRegion(RegionCode.ZZ, false)); in testGetNationalDiallingPrefixForRegion()
1185 assertFalse(phoneUtil.isNANPACountry(RegionCode.ZZ)); in testIsNANPACountry()
1941 phoneUtil.parse(someNumber, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
2012 phoneUtil.parse(emptyNumber, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
2023 phoneUtil.parse(nullNumber, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
2047 phoneUtil.parse(domainRfcPhoneContext, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
[all …]
DPhoneNumberMatcherTest.java139 doTestFindInContext("+64 3 331 6005", RegionCode.ZZ); in testFindNumbersWithPlusWithNoRegion()
723 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("1 456 764 156", RegionCode.ZZ); in testNonPlusPrefixedNumbersNotFoundForInvalidRegion()
735 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("", RegionCode.ZZ); in testEmptyIteration()
748 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("+14156667777", RegionCode.ZZ); in testSingleIteration()
774 phoneUtil.findNumbers("+14156667777 foobar +14156667777 ", RegionCode.ZZ); in testDoubleIteration()
807 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("+14156667777", RegionCode.ZZ); in testRemovalNotSupported()
/external/clang/test/Rewriter/
Drewrite-forward-class.m6 @class YY, ZZ, QQ;
Drewrite-forward-class.mm6 @class YY, ZZ, QQ;

12345