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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnumbers.c132 (xsltUTF8Charcmp((letter), (self)->patternSeparator) == 0))
1035 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) {
1151 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) ) {
1165 j = xmlUTF8Strloc(format, self->patternSeparator);
H A Dxslt.c266 self->patternSeparator = xmlStrdup(BAD_CAST(";"));
285 if (self->patternSeparator)
286 xmlFree(self->patternSeparator);
1417 if (format->patternSeparator != NULL) xmlFree(format->patternSeparator);
1418 format->patternSeparator = prop;
H A DxsltInternals.h257 xmlChar *patternSeparator; member in struct:_xsltDecimalFormat

Completed in 85 milliseconds