Home
last modified time | relevance | path

Searched refs:ctCacheLimit (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java549 private static int ctCacheLimit = contexts.length - 2; field in NumericShaper
556 while (ctCache < ctCacheLimit && c >= contexts[ctCache + 1]) ++ctCache; in getContextKey()