HomeSort by relevance Sort by last modified time
    Searched refs:filePathChars (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 36 char filePathChars[filePathUtf8Length + 1];
37 env->GetStringUTFRegion(filePath, 0, env->GetStringLength(filePath), filePathChars);
38 filePathChars[filePathUtf8Length] = '\0';
55 return DictFileWritingUtils::createEmptyDictFile(filePathChars, static_cast<int>(dictVersion),
com_android_inputmethod_latin_BinaryDictionary.cpp 104 char filePathChars[filePathUtf8Length + 1];
105 env->GetStringUTFRegion(filePath, 0, env->GetStringLength(filePath), filePathChars);
106 filePathChars[filePathUtf8Length] = '\0';
107 return dictionary->flush(filePathChars);
122 char filePathChars[filePathUtf8Length + 1];
123 env->GetStringUTFRegion(filePath, 0, env->GetStringLength(filePath), filePathChars);
124 filePathChars[filePathUtf8Length] = '\0';
125 return dictionary->flushWithGC(filePathChars);
    [all...]

Completed in 61 milliseconds