Home | History | Annotate | Download | only in i18n

Lines Matching refs:separator

217  * CURRENCY_SIGN is seen in a pattern, then the decimal separator is
218 * replaced with the monetary decimal separator.
1159 * Return true if a grouping separator belongs at the given
1421 // Output grouping separator if necessary.
1449 // Output the decimal separator if we always do so.
1904 int32_t lastGroup = -1; // where did we last see a grouping separator?
1995 // secondary group. If there was a group separator
2147 // only set with strictParse and a grouping separator error
3156 // Checks if to show the decimal separator.
3165 // Sets to always show the decimal separator.
3805 // Only add a grouping separator if we have at least
3927 UnicodeString separator ((UChar)kPatternSeparator);
3941 separator. remove().append(getConstSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol));
4041 // Grouping separator after decimal
4042 debug("Grouping separator after decimal")
4073 // Grouping separator in exponential pattern
4074 debug("Grouping separator in exponential pattern")
4172 } else if (pattern.compare(pos, separator.length(), separator) == 0) {
4176 // Unexpected separator
4177 debug("Unexpected separator")
4184 pos += separator.length();