/external/icu/icu4c/source/i18n/ |
H A D | buddhcal.cpp | 155 UDate newStart = calendar.getTime(status); local 158 gSystemDefaultCenturyStart = newStart;
|
H A D | strrepl.cpp | 109 int32_t newStart = 0; local 121 newStart = cursorPos; 161 newStart = destLimit - destStart; // relative to start 191 newStart = destLimit - destStart; // relative to start 207 // is within the output string, then use newStart, which has 210 newStart = start; 213 while (n < 0 && newStart > 0) { 214 newStart -= U16_LENGTH(text.char32At(newStart-1)); 217 newStart [all...] |
H A D | rbt_rule.cpp | 379 // int32_t newStart = 0; 453 int32_t newStart; local 454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); 461 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart));
|
H A D | indiancal.cpp | 429 UDate newStart = calendar.getTime(status); local 435 fgSystemDefaultCenturyStart = newStart;
|
H A D | smpdtfmt.cpp | 3109 int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); local 3110 if (newStart > 0) { 3111 return newStart; 3161 int32_t newStart = 0; local 3164 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMonthPat, cal); // try MMMM 3165 if (newStart > 0) { 3166 return newStart; 3170 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, shortMonthPat, cal); // try MMM 3174 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, wideMonthPat, cal); // try LLLL 3175 if (newStart > 3233 int32_t newStart = 0; local 3273 int32_t newStart = 0; local 3298 int32_t newStart = 0; local 3338 int32_t newStart = 0; local 3370 int32_t newStart = 0; local 3544 int32_t newStart = 0; local 3574 int32_t newStart = 0; local [all...] |
/external/skia/src/core/ |
H A D | SkLinearBitmapPipeline_matrix.h | 51 SkPoint newStart = local 54 next->pointSpan(Span{newStart, newLength, count});
|
H A D | SkLinearBitmapPipeline_core.h | 130 SkPoint newStart = fStart; local 140 return Span{newStart, newLength, newCount};
|
/external/icu/icu4c/source/common/ |
H A D | utrie.cpp | 591 int32_t i, start, newStart, overlapStart; local 618 newStart=UTRIE_DATA_BLOCK_LENGTH; 619 for(start=newStart; start<trie->dataLength;) { 622 * newStart: index where the current block is to be moved 631 /* leave newStart with the previous block! */ 637 (i=_findSameDataBlock(trie->data, newStart, start, 647 /* leave newStart with the previous block! */ 655 i>0 && !equal_uint32(trie->data+(newStart-i), trie->data+start, i); 663 trie->map[start>>UTRIE_SHIFT]=newStart-i; 668 trie->data[newStart [all...] |
H A D | utrie2_builder.cpp | 986 int32_t start, newStart, movedStart; local 991 newStart=UTRIE2_DATA_START_OFFSET; 992 for(start=0, i=0; start<newStart; start+=UTRIE2_DATA_BLOCK_LENGTH, ++i) { 1002 for(start=newStart; start<trie->dataLength;) { 1005 * newStart: index where the current block is to be moved 1018 /* leave newStart with the previous block! */ 1023 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength)) 1035 /* leave newStart with the previous block! */ 1042 overlap>0 && !equal_uint32(trie->data+(newStart-overlap), trie->data+start, overlap); 1045 if(overlap>0 || newStart<star 1093 int32_t i, start, newStart, movedStart, overlap; local [all...] |
H A D | unistr.cpp | 1168 int32_t newStart, 1177 newText.pinIndices(newStart, newLength); 1190 replace(pos, oldLength, newText, newStart, newLength); 1162 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) argument
|
/external/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 1176 uint16_t i, start, prevEnd, newStart; local 1182 start=newStart=MBCS_STAGE_2_FIRST_ASSIGNED; 1184 prevEnd=(uint16_t)(newStart-1); 1190 map[start>>MBCS_STAGE_2_BLOCK_SIZE_SHIFT]=(uint16_t)(newStart-i); 1195 mbcsData->stage2Single[newStart++]=mbcsData->stage2Single[start++]; 1197 } else if(newStart<start) { 1199 map[start>>MBCS_STAGE_2_BLOCK_SIZE_SHIFT]=newStart; 1201 mbcsData->stage2Single[newStart++]=mbcsData->stage2Single[start++]; 1203 } else /* no overlap && newStart==start */ { 1205 start=newStart 1230 uint16_t i, start, prevEnd, newStart; local 1288 uint16_t i, start, prevEnd, newStart; local [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | Splitter.cpp | 657 SlotIndex newStart = lis->getMBBStartIdx(*curBlockItr); local 658 if (newStart != oldEnd) { 660 loopRanges.push_back(std::make_pair(newStart,
|
/external/dexmaker/lib/ |
H A D | dalvik-dx-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
/external/guice/extensions/struts2/lib/ |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |