Searched refs:makeIndex (Results 1 – 5 of 5) sorted by relevance
548 curIndex = makeIndex(curUC); in compress()564 (curIndex == makeIndex(nextUC) in compress()565 && curIndex == makeIndex(forwardUC))) { in compress()744 curIndex = makeIndex(curUC); in compress()761 (curIndex == makeIndex(nextUC) in compress()762 && curIndex == makeIndex(forwardUC))) { in compress()864 private static int makeIndex(int c) in makeIndex() method in UnicodeCompressor
545 curIndex = makeIndex(curUC); in compress()561 (curIndex == makeIndex(nextUC) in compress()562 && curIndex == makeIndex(forwardUC))) { in compress()741 curIndex = makeIndex(curUC); in compress()758 (curIndex == makeIndex(nextUC) in compress()759 && curIndex == makeIndex(forwardUC))) { in compress()860 private static int makeIndex(int c) in makeIndex() method in UnicodeCompressor
43 private static <E> ImmutableMap<E, Integer> makeIndex(ImmutableSet<E> set) { in makeIndex() method in DenseImmutableTable58 this.rowKeyToIndex = makeIndex(rowSpace); in DenseImmutableTable()59 this.columnKeyToIndex = makeIndex(columnSpace); in DenseImmutableTable()
192 static Capture makeIndex(unsigned index, CharUnits offset) { in makeIndex() function
212 CGBlockInfo::Capture::makeIndex(index, offset)}); in setIndex()