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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 91 return codePoint >= MIN_UNICODE_CODE_POINT && codePoint <= MAX_UNICODE_CODE_POINT;
117 static const int MIN_UNICODE_CODE_POINT;
char_utils.cpp 25 const int CharUtils::MIN_UNICODE_CODE_POINT = 0;
    [all...]

Completed in 998 milliseconds