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

  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.h 65 static int wideStrLen(unsigned short *str);
84 inline int Dictionary::wideStrLen(unsigned short *str) {
bigram_dictionary.cpp 55 && length < Dictionary::wideStrLen(mBigramChars + insertAt * MAX_WORD_LENGTH))) {

Completed in 288 milliseconds