Searched refs:zeroDigit (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnumbers.c128 ((xsltUTF8Charcmp((letter), (self)->zeroDigit) == 0) || \
1050 } else if (xsltUTF8Charcmp(the_format, self->zeroDigit) == 0) {
1091 if (xsltUTF8Charcmp(the_format, self->zeroDigit) == 0) {
1291 xsltNumberFormatDecimal(buffer, floor(number), self->zeroDigit[0],
1296 xsltNumberFormatDecimal(buffer, floor(number), self->zeroDigit[0],
1311 xmlBufferAdd(buffer, self->zeroDigit, xsltUTF8Size(self->zeroDigit));
1331 xsltNumberFormatDecimal(buffer, floor(number), self->zeroDigit[0],
H A Dxslt.c271 self->zeroDigit = xmlStrdup(BAD_CAST("0"));
295 if (self->zeroDigit)
296 xmlFree(self->zeroDigit);
1405 if (format->zeroDigit != NULL) xmlFree(format->zeroDigit);
1406 format->zeroDigit = prop;
H A DxsltInternals.h267 xmlChar *zeroDigit; member in struct:_xsltDecimalFormat

Completed in 55 milliseconds