Home
last modified time | relevance | path

Searched refs:IDC (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/data/unidata/
Dppucd.txt53 property;Binary;IDC;ID_Continue
271 value;blk;IDC;Ideographic_Description_Characters
1201 cp;0030;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT ZERO;nt=De;nv=0;SB=NU;WB=NU;XIDC
1202 cp;0031;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT ONE;nt=De;nv=1;SB=NU;WB=NU;XIDC
1203 cp;0032;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT TWO;nt=De;nv=2;SB=NU;WB=NU;XIDC
1204 cp;0033;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT THREE;nt=De;nv=3;SB=NU;WB=NU;XIDC
1205 cp;0034;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT FOUR;nt=De;nv=4;SB=NU;WB=NU;XIDC
1206 cp;0035;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT FIVE;nt=De;nv=5;SB=NU;WB=NU;XIDC
1207 cp;0036;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT SIX;nt=De;nv=6;SB=NU;WB=NU;XIDC
1208 cp;0037;AHex;bc=EN;Emoji;gc=Nd;Hex;IDC;InSC=Number;lb=NU;na=DIGIT SEVEN;nt=De;nv=7;SB=NU;WB=NU;XIDC
[all …]
/external/libxml2/
DChangeLog1048 applied patch from Frank Gross fixing Schemas IDC import bug
2655 Added missing regression test results for the latest IDC
2661 regression tests for the latest IDC and xs:decimal bugs.
2665 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2683 used to access the IDC node list, was missing after the
2687 it is used to force bubbling of IDC node tables even
2891 starting point for IDC XPath compilation; this and some other
2893 expressions and IDC selector/field relevant restrictions of
2931 Restructured IDC node-tables
2935 IDC target-nodes were interferring with IDC node-tables,
[all …]
DNEWS570 627987 Fix XSD IDC errors in imported schemas (Jim Panetta),
919 generation for complex regexp counts problems, Schemas IDC import
1123 (Kasimier Buchcik), better IDC error reports (Kasimier Buchcik)
/external/clang/lib/Sema/
DSemaDecl.cpp1290 DeclContext *IDC = (*I)->getLexicalDeclContext()->getRedeclContext(); in PushOnScopeChains() local
1291 if (IDC == CurContext) { in PushOnScopeChains()
1294 } else if (IDC->Encloses(CurContext)) in PushOnScopeChains()