Searched defs:makeIndex (Results 1 - 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeCompressor.java547 curIndex = makeIndex(curUC);
560 // new window (makeIndex will return RESERVEDINDEX
563 (curIndex == makeIndex(nextUC)
564 && curIndex == makeIndex(forwardUC))) {
586 // switch to unicode mode (makeIndex will return
743 curIndex = makeIndex(curUC);
757 // define a new window (makeIndex will return
760 (curIndex == makeIndex(nextUC)
761 && curIndex == makeIndex(forwardUC))) {
862 private static int makeIndex(in method in class:UnicodeCompressor
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeCompressor.java550 curIndex = makeIndex(curUC);
563 // new window (makeIndex will return RESERVEDINDEX
566 (curIndex == makeIndex(nextUC)
567 && curIndex == makeIndex(forwardUC))) {
589 // switch to unicode mode (makeIndex will return
746 curIndex = makeIndex(curUC);
760 // define a new window (makeIndex will return
763 (curIndex == makeIndex(nextUC)
764 && curIndex == makeIndex(forwardUC))) {
866 private static int makeIndex(in method in class:UnicodeCompressor
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DDenseImmutableTable.java43 private static <E> ImmutableMap<E, Integer> makeIndex(ImmutableSet<E> set) { method in class:DenseImmutableTable
58 this.rowKeyToIndex = makeIndex(rowSpace);
59 this.columnKeyToIndex = makeIndex(columnSpace);
/external/clang/lib/CodeGen/
H A DCGBlocks.h192 static Capture makeIndex(unsigned index, CharUnits offset) { function in class:clang::CodeGen::CGBlockInfo::Capture
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 529 milliseconds