Home | History | Annotate | Download | only in i18n

Lines Matching full:separator

242  * CURRENCY_SIGN is seen in a pattern, then the decimal separator is
243 * replaced with the monetary decimal separator.
1505 * Return true if a grouping separator belongs at the given
1771 // Output grouping separator if necessary.
1799 // Output the decimal separator if we always do so.
2412 int32_t lastGroup = -1; // where did we last see a grouping separator?
2498 // secondary group. If there was a group separator
2656 // only set with strictParse and a grouping separator error
3753 // Checks if to show the decimal separator.
3762 // Sets to always show the decimal separator.
4405 // Only add a grouping separator if we have at least
4527 UnicodeString separator ((UChar)kPatternSeparator);
4541 separator. remove().append(getConstSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol));
4641 // Grouping separator after decimal
4642 debug("Grouping separator after decimal")
4673 // Grouping separator in exponential pattern
4674 debug("Grouping separator in exponential pattern")
4772 } else if (pattern.compare(pos, separator.length(), separator) == 0) {
4776 // Unexpected separator
4777 debug("Unexpected separator")
4784 pos += separator.length();