Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c87 struct _xmlSchemaValDecimal { struct
89 unsigned long lo;
90 unsigned long mi;
91 unsigned long hi;
92 unsigned int extra;
93 unsigned int sign:1;
94 unsigned int frac:7;
95 unsigned int total:8;