Home
last modified time | relevance | path

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

/rocksdb-6.9/java/rocksjni/
Dportal.h1715 const jsize utf_len = env->GetStringUTFLength(js); in copyString() local
1716 …std::unique_ptr<char[]> str(new char[utf_len + 1]); // Note: + 1 is needed for the c_str null ter… in copyString()