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

/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp153 UDate newStart = calendar.getTime(status); local
156 gSystemDefaultCenturyStart = newStart;
H A Dstrrepl.cpp107 int32_t newStart = 0; local
119 newStart = cursorPos;
159 newStart = destLimit - destStart; // relative to start
189 newStart = destLimit - destStart; // relative to start
205 // is within the output string, then use newStart, which has
208 newStart = start;
211 while (n < 0 && newStart > 0) {
212 newStart -= U16_LENGTH(text.char32At(newStart-1));
215 newStart
[all...]
H A Drbt_rule.cpp377 // int32_t newStart = 0;
451 int32_t newStart; local
452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart);
459 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart));
H A Dindiancal.cpp427 UDate newStart = calendar.getTime(status); local
433 fgSystemDefaultCenturyStart = newStart;
H A Dsmpdtfmt.cpp2844 int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); local
2845 if (newStart > 0) {
2846 return newStart;
2896 int32_t newStart = 0; local
2899 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMonthPat, cal); // try MMMM
2900 if (newStart > 0) {
2901 return newStart;
2905 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, shortMonthPat, cal); // try MMM
2909 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, wideMonthPat, cal); // try LLLL
2910 if (newStart >
2967 int32_t newStart = 0; local
3007 int32_t newStart = 0; local
3032 int32_t newStart = 0; local
3072 int32_t newStart = 0; local
3104 int32_t newStart = 0; local
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/
H A DBuffer.java301 * @param newStart an <code>int</code> value
303 void setGetIndex(int newStart); argument
/external/icu/icu4c/source/common/
H A Dutrie.cpp589 int32_t i, start, newStart, overlapStart; local
616 newStart=UTRIE_DATA_BLOCK_LENGTH;
617 for(start=newStart; start<trie->dataLength;) {
620 * newStart: index where the current block is to be moved
629 /* leave newStart with the previous block! */
635 (i=_findSameDataBlock(trie->data, newStart, start,
645 /* leave newStart with the previous block! */
653 i>0 && !equal_uint32(trie->data+(newStart-i), trie->data+start, i);
661 trie->map[start>>UTRIE_SHIFT]=newStart-i;
666 trie->data[newStart
[all...]
H A Dutrie2_builder.cpp984 int32_t start, newStart, movedStart; local
989 newStart=UTRIE2_DATA_START_OFFSET;
990 for(start=0, i=0; start<newStart; start+=UTRIE2_DATA_BLOCK_LENGTH, ++i) {
1000 for(start=newStart; start<trie->dataLength;) {
1003 * newStart: index where the current block is to be moved
1016 /* leave newStart with the previous block! */
1021 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
1033 /* leave newStart with the previous block! */
1040 overlap>0 && !equal_uint32(trie->data+(newStart-overlap), trie->data+start, overlap);
1043 if(overlap>0 || newStart<star
1091 int32_t i, start, newStart, movedStart, overlap; local
[all...]
H A Dunistr.cpp1052 int32_t newStart,
1061 newText.pinIndices(newStart, newLength);
1074 replace(pos, oldLength, newText, newStart, newLength);
1046 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.cpp1170 uint16_t i, start, prevEnd, newStart; local
1176 start=newStart=MBCS_STAGE_2_FIRST_ASSIGNED;
1178 prevEnd=(uint16_t)(newStart-1);
1184 map[start>>MBCS_STAGE_2_BLOCK_SIZE_SHIFT]=(uint16_t)(newStart-i);
1189 mbcsData->stage2Single[newStart++]=mbcsData->stage2Single[start++];
1191 } else if(newStart<start) {
1193 map[start>>MBCS_STAGE_2_BLOCK_SIZE_SHIFT]=newStart;
1195 mbcsData->stage2Single[newStart++]=mbcsData->stage2Single[start++];
1197 } else /* no overlap && newStart==start */ {
1199 start=newStart
1224 uint16_t i, start, prevEnd, newStart; local
1282 uint16_t i, start, prevEnd, newStart; local
[all...]
/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 528 milliseconds