Home
last modified time | relevance | path

Searched refs:makeIndex (Results 1 – 6 of 6) 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/clang/lib/CodeGen/
DCGBlocks.h192 static Capture makeIndex(unsigned index, CharUnits offset) { in makeIndex() function
DCGBlocks.cpp212 CGBlockInfo::Capture::makeIndex(index, offset)}); in setIndex()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h200 static Capture makeIndex(unsigned index, CharUnits offset, in makeIndex() function
DCGBlocks.cpp361 auto C = CGBlockInfo::Capture::makeIndex(index, offset, FieldType); in setIndex()