Searched refs:fDigit (Results 1 – 2 of 2) sorted by relevance
112 fDigit((UChar)kPatternDigit), in DecimalFormatPatternParser()134 fDigit = symbols.getConstSymbol( in useSymbols()166 int32_t digitLen = fDigit.length(); in applyPatternWithoutExpandAffix()223 if (pattern.compare(pos, digitLen, fDigit) == 0) { in applyPatternWithoutExpandAffix()343 if (!pattern.compare(pos, digitLen, fDigit) || in applyPatternWithoutExpandAffix()
88 UnicodeString fDigit; variable