Searched defs:newStart (Results 1 - 22 of 22) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp155 UDate newStart = calendar.getTime(status); local
158 gSystemDefaultCenturyStart = newStart;
H A Dstrrepl.cpp109 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 Drbt_rule.cpp379 // 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 Dindiancal.cpp429 UDate newStart = calendar.getTime(status); local
435 fgSystemDefaultCenturyStart = newStart;
H A Dsmpdtfmt.cpp3109 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 DSkLinearBitmapPipeline_matrix.h51 SkPoint newStart = local
54 next->pointSpan(Span{newStart, newLength, count});
H A DSkLinearBitmapPipeline_core.h130 SkPoint newStart = fStart; local
140 return Span{newStart, newLength, newCount};
/external/icu/icu4c/source/common/
H A Dutrie.cpp591 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 Dutrie2_builder.cpp986 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 Dunistr.cpp1168 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 Dgenmbcs.cpp1176 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 DSplitter.cpp657 SlotIndex newStart = lis->getMBBStartIdx(*curBlockItr); local
658 if (newStart != oldEnd) {
660 loopRanges.push_back(std::make_pair(newStart,
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
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.4_r1-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.2.2_r1.2-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 ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/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 ...

Completed in 472 milliseconds