Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeCompressor.java548 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
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeCompressor.java545 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
/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()