Home
last modified time | relevance | path

Searched defs:createMethod (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DNamePrepTransform.java192 … Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java189 … Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() local
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts107 export const createMethod: typeof factory.createMethodDeclaration = Debug.deprecate(factory.createM… constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp788 DISubprogram *DIBuilder::createMethod( in createMethod() function in DIBuilder