MCPcopy Create free account
hub / github.com/golang/mobile / jniPkgName

Method jniPkgName

bind/genjava.go:794–796  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792}
793
794func (g *JavaGen) jniPkgName() string {
795 return strings.Replace(java.JNIMangle(g.javaPkgName(g.Pkg)), ".", "_", -1)
796}
797
798var javaLetterDigitRE = regexp.MustCompile(`[0-9a-zA-Z$_]`)
799

Callers 5

genJNIFuncSignatureMethod · 0.95
genJNIFieldMethod · 0.95
genJNIVarMethod · 0.95
genJNIConstructorMethod · 0.95
GenCMethod · 0.95

Calls 2

javaPkgNameMethod · 0.95
JNIMangleFunction · 0.92

Tested by

no test coverage detected