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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeCompressor.java545 curIndex = makeIndex(curUC);
558 // new window (makeIndex will return RESERVEDINDEX
561 (curIndex == makeIndex(nextUC)
562 && curIndex == makeIndex(forwardUC))) {
584 // switch to unicode mode (makeIndex will return
741 curIndex = makeIndex(curUC);
755 // define a new window (makeIndex will return
758 (curIndex == makeIndex(nextUC)
759 && curIndex == makeIndex(forwardUC))) {
860 private static int makeIndex(in method in class:UnicodeCompressor
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeCompressor.java548 curIndex = makeIndex(curUC);
561 // new window (makeIndex will return RESERVEDINDEX
564 (curIndex == makeIndex(nextUC)
565 && curIndex == makeIndex(forwardUC))) {
587 // switch to unicode mode (makeIndex will return
744 curIndex = makeIndex(curUC);
758 // define a new window (makeIndex will return
761 (curIndex == makeIndex(nextUC)
762 && curIndex == makeIndex(forwardUC))) {
864 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 144 milliseconds