Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c5633 char *after_fraction;
5648 after_fraction = strchr(work + DBL_DIG, 'e');
5650 ptr = after_fraction;
5655 while ((*ptr++ = *after_fraction++) != 0);
Dxpath.c3143 char *after_fraction; in xmlXPathFormatNumber() local
3187 after_fraction = work + size; in xmlXPathFormatNumber()
3188 ptr = after_fraction; in xmlXPathFormatNumber()
3193 while ((*ptr++ = *after_fraction++) != 0); in xmlXPathFormatNumber()