Home
last modified time | relevance | path

Searched defs:_xmlSchemaValDecimal (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dxmlschemastypes.c89 struct _xmlSchemaValDecimal { struct
91 unsigned long lo;
92 unsigned long mi;
93 unsigned long hi;
94 unsigned int extra;
95 unsigned int sign:1;
96 unsigned int frac:7;
97 unsigned int total:8;
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemastypes.c118 struct _xmlSchemaValDecimal { struct
120 unsigned long lo;
121 unsigned long mi;
122 unsigned long hi;
123 unsigned int extra;
124 unsigned int sign:1;
125 unsigned int frac:7;
126 unsigned int total:8;