Searched refs:utf_chars_ (Results 1 – 1 of 1) sorted by relevance
36 utf_chars_ = NULL; in ScopedUtfChars()39 utf_chars_ = env->GetStringUTFChars(s, NULL); in ScopedUtfChars()44 if (utf_chars_) { in ~ScopedUtfChars()45 env_->ReleaseStringUTFChars(string_, utf_chars_); in ~ScopedUtfChars()50 return utf_chars_; in c_str()54 return strlen(utf_chars_); in size()58 return utf_chars_[n];64 const char* utf_chars_; variable