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

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

Completed in 22 milliseconds