Searched refs:strongTable (Results 1 – 1 of 1) sorted by relevance
603 private static int[] strongTable = { field in NumericShaper913 if (c < strongTable[cachedIndex]) { in isStrongDirectional()914 cachedIndex = search(c, strongTable, 0, cachedIndex); in isStrongDirectional()915 } else if (c >= strongTable[cachedIndex + 1]) { in isStrongDirectional()916 cachedIndex = search(c, strongTable, cachedIndex + 1, in isStrongDirectional()917 strongTable.length - cachedIndex - 1); in isStrongDirectional()