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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithm.java 150 private static final char MAX_UNICODE = '\uFFFF';
174 return mCollator.compare(query + MAX_UNICODE, target) > -1;
  /external/python/cpython3/Objects/
unicodeobject.c 70 #define MAX_UNICODE 0x10ffff
465 assert(maxchar <= MAX_UNICODE);
598 assert(ch <= MAX_UNICODE);
673 assert(ch <= MAX_UNICODE);
    [all...]
  /external/python/cpython3/Objects/stringlib/
codecs.h 437 assert(ch <= MAX_UNICODE);

Completed in 211 milliseconds