Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dnumbers.c110 xsltUTF8Charcmp(xmlChar *utf1, xmlChar *utf2) { in xsltUTF8Charcmp() function
128 ((xsltUTF8Charcmp((letter), (self)->zeroDigit) == 0) || \
129 (xsltUTF8Charcmp((letter), (self)->digit) == 0) || \
130 (xsltUTF8Charcmp((letter), (self)->decimalPoint) == 0) || \
131 (xsltUTF8Charcmp((letter), (self)->grouping) == 0) || \
132 (xsltUTF8Charcmp((letter), (self)->patternSeparator) == 0))
880 if (xsltUTF8Charcmp(*format, self->percent) == 0) { in xsltFormatNumberPreSuffix()
885 } else if (xsltUTF8Charcmp(*format, self->permille) == 0) { in xsltFormatNumberPreSuffix()
1034 (xsltUTF8Charcmp(the_format, self->decimalPoint) != 0) && in xsltFormatNumberConversion()
1035 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) { in xsltFormatNumberConversion()
[all …]