Searched refs:fDigit (Results 1 – 2 of 2) sorted by relevance
99 fDigit((UChar)kPatternDigit), in DecimalFormatPatternParser()121 fDigit = symbols.getConstSymbol( in useSymbols()153 int32_t digitLen = fDigit.length(); in applyPatternWithoutExpandAffix()210 if (pattern.compare(pos, digitLen, fDigit) == 0) { in applyPatternWithoutExpandAffix()330 if (!pattern.compare(pos, digitLen, fDigit) || in applyPatternWithoutExpandAffix()
95 UnicodeString fDigit; variable