Home
last modified time | relevance | path

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

/external/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;