Searched refs:PH (Results 1 – 25 of 152) sorted by relevance
1234567
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticsClient.cpp | 234 for (ParseHelper PH(CommentStart, CommentStart+CommentLen); !PH.Done();) { in ParseDirective() local 236 if (!PH.Search("expected")) in ParseDirective() 238 PH.Advance(); in ParseDirective() 241 if (!PH.Next("-")) in ParseDirective() 243 PH.Advance(); in ParseDirective() 247 if (PH.Next("error")) in ParseDirective() 249 else if (PH.Next("warning")) in ParseDirective() 251 else if (PH.Next("note")) in ParseDirective() 255 PH.Advance(); in ParseDirective() 262 if (PH.Next("-re")) { in ParseDirective() [all …]
|
/external/pcre/ |
D | CMakeLists.txt | 10 # 2007-09-19 Adjusted by PH to retain previous default settings 27 # 2008-01-23 PH removed the automatic build of pcredemo. 28 # 2008-04-22 PH modified READLINE support so it finds NCURSES when needed. 29 # 2008-07-03 PH updated for revised UCP property support (change of files) 30 # 2009-03-23 PH applied Steven Van Ingelgem's patch to change the name 33 # 2009-03-23 PH applied a modified version of Steven Van Ingelgem's patches to 36 # 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that 38 # 2010-01-02 PH added test for stdint.h 39 # 2010-03-02 PH addes test for inttypes.h 209 # make it possible to override the default if necessary. PH [all …]
|
D | makevp.bat | 2 :: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile.txt and 4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and 6 :: PH 29-03-07 hopefully the final rename to makevp_c and makevp_l
|
/external/icu4c/data/misc/ |
D | supplementalData.txt | 580 "PH", 692 "PH", 1005 "PH", 1520 "PH", 1600 "PH", 1736 "PH", 2230 "PH", 2471 "PH", 3451 "PH", 4124 "PH", [all …]
|
/external/icu4c/data/coll/ |
D | om.txt | 17 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
|
D | cy.txt | 22 "&P<ph<<<Ph<<<PH"
|
/external/icu4c/data/region/ |
D | haw.txt | 31 PH{"ʻĀina Pilipino"}
|
D | km.txt | 143 PH{"ហ្វ៉ីលីពីន"}
|
D | hy.txt | 151 PH{"Ֆիլիպիններ"}
|
D | my.txt | 174 PH{"ဖိလစ်ပိုင်"}
|
D | am.txt | 172 PH{"ፊሊፒንስ"}
|
D | be.txt | 211 PH{"Філіпіны"}
|
D | ka.txt | 216 PH{"ფილიპინები"}
|
D | shi_Tfng.txt | 174 PH{"ⴼⵉⵍⵉⴱⴱⵉⵏ"}
|
D | gu.txt | 230 PH{"ફિલિપિન્સ"}
|
D | kn.txt | 225 PH{"ಫಿಲಿಫೈನ್ಸ್"}
|
D | el.txt | 229 PH{"Φιλιππίνες"}
|
D | zh.txt | 229 PH{"菲律宾"}
|
D | ar.txt | 228 PH{"الفيلبين"}
|
D | or.txt | 225 PH{"ଫିଲିପାଇନସ୍"}
|
D | bn.txt | 225 PH{"ফিলিপাইন"}
|
D | he.txt | 224 PH{"פיליפינים"}
|
D | hi.txt | 225 PH{"फिलीपिंस"}
|
/external/pcre/cmake/ |
D | FindReadline.cmake | 22 # default to be overridden. PH
|
/external/collada/include/1.4/dom/ |
D | domPolygons.h | 45 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PH; } in getElementType()
|
1234567