Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/
DGettextResource.java122 Method pluralEvalMethod = null; in ngettextnull() local
125 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()