Searched refs:mapIndex (Results 1 - 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2Writable.java744 int i, mapIndex, blockCount;
782 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
783 map[mapIndex++]=movedStart;
803 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
804 map[mapIndex++]=movedStart;
814 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
815 map[mapIndex++]=start;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2Writable.java742 int i, mapIndex, blockCount;
780 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
781 map[mapIndex++]=movedStart;
801 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
802 map[mapIndex++]=movedStart;
812 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
813 map[mapIndex++]=start;
/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp988 int32_t i, mapIndex, blockCount; local
1027 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1028 trie->map[mapIndex++]=movedStart;
1048 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1049 trie->map[mapIndex++]=movedStart;
1059 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1060 trie->map[mapIndex++]=start;
H A Dutext.cpp943 int32_t mapIndex = 0; local
1034 mapIndex = ix - u8b->toUCharsMapStart;
1035 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1098 mapIndex = ix - u8b->toUCharsMapStart;
1099 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1132 mapIndex = ix - u8b->toUCharsMapStart;
1133 U_ASSERT(mapIndex>=0);
1134 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1135 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1543 int32_t mapIndex local
[all...]
/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/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 200 milliseconds