Searched refs:utf_chars_ (Results 1 – 1 of 1) sorted by relevance
23 utf_chars_ = NULL; in ScopedUtfChars()25 utf_chars_ = env->GetStringUTFChars(s, NULL); in ScopedUtfChars()30 if (utf_chars_) { in ~ScopedUtfChars()31 env_->ReleaseStringUTFChars(string_, utf_chars_); in ~ScopedUtfChars()36 return utf_chars_; in c_str()42 const char* utf_chars_; member in ScopedUtfChars