Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp49 const jsize sourceDirUtf8Length = env->GetStringUTFLength(sourceDir); in latinime_BinaryDictionary_open() local
50 if (sourceDirUtf8Length <= 0) { in latinime_BinaryDictionary_open()
54 char sourceDirChars[sourceDirUtf8Length + 1]; in latinime_BinaryDictionary_open()
56 sourceDirChars[sourceDirUtf8Length] = '\0'; in latinime_BinaryDictionary_open()