Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/
DGettextResource.java107 Method handleGetObjectMethod = null; in ngettextnull() local
110handleGetObjectMethod = catalog.getClass().getMethod("handleGetObject", new Class[] { java.lang.St… in ngettextnull()
116 …System.out.println("handleGetObject = "+(handleGetObjectMethod!=null)+", getParent = "+(getParentM… in ngettextnull()
117 if (handleGetObjectMethod != null in ngettextnull()
118 && Modifier.isPublic(handleGetObjectMethod.getModifiers()) in ngettextnull()
166 localValue = handleGetObjectMethod.invoke(catalog, new Object[] { msgid }); in ngettextnull()