Searched refs:sourceDirUtf8Length (Results 1 – 1 of 1) sorted by relevance
49 const jsize sourceDirUtf8Length = env->GetStringUTFLength(sourceDir); in latinime_BinaryDictionary_open() local50 if (sourceDirUtf8Length <= 0) { in latinime_BinaryDictionary_open()54 char sourceDirChars[sourceDirUtf8Length + 1]; in latinime_BinaryDictionary_open()56 sourceDirChars[sourceDirUtf8Length] = '\0'; in latinime_BinaryDictionary_open()