Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java156 api = findMethodInfo(apiInfoSet, clsName, mtdName, paramNames); in checkClass()
216 api = findMethodInfo(apiInfoSet, enumName, mtdName, paramNames); in checkEnum()
304 …private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> p… in findMethodInfo() method in DeprecatedAPIChecker