Searched refs:pluralEvalMethod (Results 1 – 1 of 1) sorted by relevance
122 Method pluralEvalMethod = null; in ngettextnull() local125 pluralEvalMethod = catalog.getClass().getMethod("pluralEval", new Class[] { Long.TYPE }); in ngettextnull()130 … System.out.println("lookup = "+(lookupMethod!=null)+", pluralEval = "+(pluralEvalMethod!=null)); in ngettextnull()131 if (lookupMethod != null && pluralEvalMethod != null) { in ngettextnull()151 … i = ((Long) pluralEvalMethod.invoke(catalog, new Object[] { new Long(n) })).longValue(); in ngettextnull()