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

  /packages/inputmethods/LatinIME/native/src/
binary_format.h 236 const uint16_t wChar = inWord[wordPos];
244 if (character == wChar) {
unigram_dictionary.cpp 474 const uint16_t wChar = Dictionary::toBaseLowerCase(inWord[startInputIndex]);
476 if (baseChar != wChar) {
    [all...]

Completed in 20 milliseconds