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

  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.h 43 static const int BASE_CHARS_SIZE = 0x0500;
44 extern const unsigned short BASE_CHARS[BASE_CHARS_SIZE];
47 if (c < BASE_CHARS_SIZE) {
basechars.cpp 27 const unsigned short BASE_CHARS[BASE_CHARS_SIZE] = {

Completed in 461 milliseconds