Home
last modified time | relevance | path

Searched refs:after_fraction (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlschemastypes.c5584 char *after_fraction;
5599 after_fraction = strchr(work + DBL_DIG, 'e');
5601 ptr = after_fraction;
5606 while ((*ptr++ = *after_fraction++) != 0);
Dxpath.c2717 char *after_fraction; in xmlXPathFormatNumber() local
2755 after_fraction = work + size; in xmlXPathFormatNumber()
2756 ptr = after_fraction; in xmlXPathFormatNumber()
2761 while ((*ptr++ = *after_fraction++) != 0); in xmlXPathFormatNumber()