Searched defs:mapIndex (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp986 int32_t i, mapIndex, blockCount; local
1025 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1026 trie->map[mapIndex++]=movedStart;
1046 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1047 trie->map[mapIndex++]=movedStart;
1057 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1058 trie->map[mapIndex++]=start;
H A Dutext.cpp941 int32_t mapIndex = 0; local
1032 mapIndex = ix - u8b->toUCharsMapStart;
1033 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1096 mapIndex = ix - u8b->toUCharsMapStart;
1097 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1130 mapIndex = ix - u8b->toUCharsMapStart;
1131 U_ASSERT(mapIndex>=0);
1132 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1133 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1541 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 139 milliseconds