Searched refs:ctCacheLimit (Results 1 – 1 of 1) sorted by relevance
549 private static int ctCacheLimit = contexts.length - 2; field in NumericShaper556 while (ctCache < ctCacheLimit && c >= contexts[ctCache + 1]) ++ctCache; in getContextKey()