Searched refs:decimalSeparator (Results 1 – 1 of 1) sorted by relevance
3216 UnicodeString decimalSeparator ((UChar)kPatternDecimalSeparator); in applyPattern() local3230 …decimalSeparator. remove().append(getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in applyPattern()3243 int32_t decimalSepLen = decimalSeparator.length(); in applyPattern()3344 } else if (pattern.compare(pos, decimalSepLen, decimalSeparator) == 0) { in applyPattern()3421 !pattern.compare(pos, decimalSepLen, decimalSeparator) || in applyPattern()