Searched refs:fDigit (Results 1 – 2 of 2) sorted by relevance
97 fDigit((UChar)kPatternDigit), in DecimalFormatPatternParser()119 fDigit = symbols.getConstSymbol( in useSymbols()151 int32_t digitLen = fDigit.length(); in applyPatternWithoutExpandAffix()208 if (pattern.compare(pos, digitLen, fDigit) == 0) { in applyPatternWithoutExpandAffix()328 if (!pattern.compare(pos, digitLen, fDigit) || in applyPatternWithoutExpandAffix()
93 UnicodeString fDigit; variable