Home | History | Annotate | Download | only in font

Lines Matching defs:search

400      * If more than BSEARCH_THRESHOLD ranges are specified, binary search is used.
520 // some ranges adjoin or overlap, rethink if we want to do a binary search on this
907 // use a binary search with a cache
914 cachedIndex = search(c, strongTable, 0, cachedIndex);
916 cachedIndex = search(c, strongTable, cachedIndex + 1,
1078 // sort rangeArray for binary search
1479 * fast binary search over subrange of array.
1481 private static int search(int value, int[] array, int start, int length)