Searched refs:fExponent (Results 1 – 3 of 3) sorted by relevance
114 fExponent((UChar)kPatternExponent), in DecimalFormatPatternParser()138 fExponent = symbols.getConstSymbol( in useSymbols()282 if (pattern.compare(pos, fExponent.length(), fExponent) == 0) { in applyPatternWithoutExpandAffix()297 pos += fExponent.length(); in applyPatternWithoutExpandAffix()
90 UnicodeString fExponent; variable
625 public static float pow(float fBase, float fExponent) { in pow() argument626 return (float) Math.pow(fBase, fExponent); in pow()