Searched refs:patternSeparator (Results 1 – 5 of 5) sorted by relevance
93 UnicodeString patternSeparator = en.getSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol); in testSymbols() local94 fr.setSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol, patternSeparator); in testSymbols()
89 UnicodeString patternSeparator = en.getSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol); in testSymbols() local90 fr.setSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol, patternSeparator); in testSymbols()
132 (xsltUTF8Charcmp((letter), (self)->patternSeparator) == 0))1035 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) { in xsltFormatNumberConversion()1151 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) ) { in xsltFormatNumberConversion()1165 j = xmlUTF8Strloc(format, self->patternSeparator); in xsltFormatNumberConversion()
287 self->patternSeparator = xmlStrdup(BAD_CAST(";")); in xsltNewDecimalFormat()306 if (self->patternSeparator) in xsltFreeDecimalFormat()307 xmlFree(self->patternSeparator); in xsltFreeDecimalFormat()1456 if (format->patternSeparator != NULL) xmlFree(format->patternSeparator); in xsltParseStylesheetDecimalFormat()1457 format->patternSeparator = prop; in xsltParseStylesheetDecimalFormat()
311 xmlChar *patternSeparator; member