Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c84 struct _xmlSchemaValDecimal { struct
86 unsigned long lo;
87 unsigned long mi;
88 unsigned long hi;
89 unsigned int extra;
90 unsigned int sign:1;
91 unsigned int frac:7;
92 unsigned int total:8;