Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeCompressor.java547 curIndex = makeIndex(curUC); in compress()
563 (curIndex == makeIndex(nextUC) in compress()
564 && curIndex == makeIndex(forwardUC))) { in compress()
743 curIndex = makeIndex(curUC); in compress()
760 (curIndex == makeIndex(nextUC) in compress()
761 && curIndex == makeIndex(forwardUC))) { in compress()
862 private static int makeIndex(int c) in makeIndex() method in UnicodeCompressor
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeCompressor.java550 curIndex = makeIndex(curUC); in compress()
566 (curIndex == makeIndex(nextUC) in compress()
567 && curIndex == makeIndex(forwardUC))) { in compress()
746 curIndex = makeIndex(curUC); in compress()
763 (curIndex == makeIndex(nextUC) in compress()
764 && curIndex == makeIndex(forwardUC))) { in compress()
866 private static int makeIndex(int c) in makeIndex() method in UnicodeCompressor
/external/guava/guava/src/com/google/common/collect/
DDenseImmutableTable.java43 private static <E> ImmutableMap<E, Integer> makeIndex(ImmutableSet<E> set) { in makeIndex() method in DenseImmutableTable
58 this.rowKeyToIndex = makeIndex(rowSpace); in DenseImmutableTable()
59 this.columnKeyToIndex = makeIndex(columnSpace); in DenseImmutableTable()
/external/clang/lib/CodeGen/
DCGBlocks.h192 static Capture makeIndex(unsigned index, CharUnits offset) { in makeIndex() function
DCGBlocks.cpp212 CGBlockInfo::Capture::makeIndex(index, offset)}); in setIndex()