Searched defs:input_str (Results 1 – 5 of 5) sorted by relevance
34 static std::string utf16ToUtf8(std::u16string input_str) { in utf16ToUtf8()45 static std::u16string utf8ToUtf16(std::string input_str) { in utf8ToUtf16()
124 auto input_str = (*input)[i]; in DoTest() local
182 ScopedLocalRef<jobject> input_str(jni_env, jni_env->NewStringUTF(kPropertyLibraryPath)); in GetLibraryPath() local
431 Partition Partition::Parse(const std::string& input_str, std::string* err) { in Parse()
925 const char input_str[] = "abcdefg"; in TEST() local