Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFunctionLookup.java197 public int getArgCountFromString(String symbol) { in getArgCountFromString() method in FunctionLookup
H A DTokenDecoder.java490 return (tf.getFunctionToken(functionName,fl.getArgCountFromString(functionName))); in readFunctionToken()