Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp120 const int suffixLength = strlen(suffix); in getFilePathWithoutSuffix() local
121 if (filePathLength <= suffixLength) { in getFilePathWithoutSuffix()
123 filePath, filePathLength, suffix, suffixLength); in getFilePathWithoutSuffix()
126 const int resultFilePathLength = filePathLength - suffixLength; in getFilePathWithoutSuffix()
132 if (strncmp(filePath + resultFilePathLength, suffix, suffixLength) != 0) { in getFilePathWithoutSuffix()