Home | History | Annotate | Download | only in text

Lines Matching defs:DIR_TYPE_CACHE_SIZE

584          * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
589 private static final int DIR_TYPE_CACHE_SIZE = 0x700;
597 DIR_TYPE_CACHE = new byte[DIR_TYPE_CACHE_SIZE];
598 for (int i = 0; i < DIR_TYPE_CACHE_SIZE; i++) {
831 return c < DIR_TYPE_CACHE_SIZE ? DIR_TYPE_CACHE[c] : getDirectionality(c);