isPrefixCode

fun isPrefixCode(queryCode: String, nameWordCode: String): Boolean

True when queryCode is a non-empty PREFIX of nameWordCode. This is the phonetic-PREFIX relation the container tier uses (NOT equality). An empty queryCode (e.g. a numeric token) never matches, so numbers can never act as a phonetic container.