Searched refs:rawbuf (Results 1 – 1 of 1) sorted by relevance
128 void* rawbuf = env->GetDirectBufferAddress(buffer); in nLoadHyphenator() local129 if (rawbuf != nullptr) { in nLoadHyphenator()130 bytebuf = reinterpret_cast<const uint8_t*>(rawbuf) + offset; in nLoadHyphenator()