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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtsdcfmsy.cpp93 UnicodeString patternSeparator = en.getSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol); local
94 fr.setSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol, patternSeparator);
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dnumbers.c132 (xsltUTF8Charcmp((letter), (self)->patternSeparator) == 0))
1012 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) {
1128 (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) ) {
1142 j = xmlUTF8Strloc(format, self->patternSeparator);
H A Dxslt.c291 self->patternSeparator = xmlStrdup(BAD_CAST(";"));
310 if (self->patternSeparator)
311 xmlFree(self->patternSeparator);
1466 if (format->patternSeparator != NULL) xmlFree(format->patternSeparator);
1467 format->patternSeparator = prop;
H A DxsltInternals.h316 xmlChar *patternSeparator; member in struct:_xsltDecimalFormat
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c307 char patternSeparator; member in struct:xsltDecimalFormat
320 Tcl_UniChar patternSeparator;
1131 if (*p == df->patternSeparator) {
1138 /* Check for more than one patternSeparator in the formatStr */
1140 if (*p == df->patternSeparator) {
1396 if (*p == df->patternSeparator) {
1404 /* Check for more than one patternSeparator in the formatStr */
1406 if (*p == df->patternSeparator) {
1408 tdomstrdup("More than one patternSeparator in the pattern");
6302 df->patternSeparator
[all...]

Completed in 266 milliseconds