Searched refs:pluralMethod (Results 1 – 2 of 2) sorted by relevance
100 Method pluralMethod = null; in dump() local102 pluralMethod = catalog.getClass().getMethod("get_msgid_plural_table", new Class[0]); in dump()132 if (pluralMethod != null) { in dump()136 plural = pluralMethod.invoke(catalog, new Object[0]); in dump()
76 MethodInfo pluralMethod = in Dump()91 if (pluralMethod != null) in Dump()92 plural = pluralMethod.Invoke(catalog, new Object[0]) as Hashtable; in Dump()