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

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 117 const unsigned int BYTES_IN_ONE_CHAR;
unigram_dictionary.cpp 46 BYTES_IN_ONE_CHAR(MAX_PROXIMITY_CHARS * sizeof(int)),
104 memcpy(codesDest, codesSrc, i * BYTES_IN_ONE_CHAR);
115 BYTES_IN_ONE_CHAR);
130 const unsigned int remainingBytes = BYTES_IN_ONE_CHAR * codesRemain;
    [all...]

Completed in 26 milliseconds