Home
last modified time | relevance | path

Searched refs:sigDigit (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp3647 UChar32 zero, sigDigit = kPatternSignificantDigit; in toPattern() local
3661 sigDigit = getConstSymbol(DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0); in toPattern()
3729 result.append(sigDigit); in toPattern()
3921 UChar32 sigDigit = kPatternSignificantDigit; // '@' in applyPatternWithoutExpandAffix() local
3935 sigDigit = getConstSymbol(DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0); in applyPatternWithoutExpandAffix()
4016 ch == sigDigit) { in applyPatternWithoutExpandAffix()
4024 if (ch == sigDigit) { in applyPatternWithoutExpandAffix()
4129 ch == sigDigit) { in applyPatternWithoutExpandAffix()