Home
last modified time | relevance | path

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

/build/soong/jar/
Djar.go128 func javaIdentRune(ch rune, i int) bool { func
167 s.IsIdentRune = javaIdentRune
Djar_test.go142 if got := javaIdentRune(ch, i); got != want {