Searched refs:newStart (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
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 Dbuddhcal.cpp153 UDate newStart = calendar.getTime(status); local
156 gSystemDefaultCenturyStart = newStart;
H A Dsmpdtfmt.cpp2803 int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); local
2804 if (newStart > 0) {
2805 return newStart;
2855 int32_t newStart = 0; local
2858 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMonthPat, cal); // try MMMM
2859 if (newStart > 0) {
2860 return newStart;
2864 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, shortMonthPat, cal); // try MMM
2868 newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, wideMonthPat, cal); // try LLLL
2869 if (newStart >
2926 int32_t newStart = 0; local
2966 int32_t newStart = 0; local
3014 int32_t newStart = 0; local
3046 int32_t newStart = 0; local
[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.cpp428 UDate newStart = calendar.getTime(status); local
434 fgSystemDefaultCenturyStart = newStart;
/macosx-10.10.1/ICU-531.30/icuSources/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...]
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalRingBuffer.cpp113 SInt64 newStart = mEndFrame - mCapacityFrames; local
114 if (newStart > mStartFrame) {
115 mStartOffset = (mStartOffset + (newStart - mStartFrame) * mBytesPerFrame) % mCapacityBytes;
116 mStartFrame = newStart;
/macosx-10.10.1/ICU-531.30/icuSources/common/
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 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 Dunistr.cpp1077 int32_t newStart,
1086 newText.pinIndices(newStart, newLength);
1099 replace(pos, oldLength, newText, newStart, newLength);
1071 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
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpcirange.cpp126 IOPCIScalar newStart = 0)
134 pos = newStart ? newStart : newRange->start;
227 IOPCIScalar newStart = 0)
233 ok = pciRangeAllocateSubRange(headRange, newRange, newSize, newStart);
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIRange.cpp347 IOPCIScalar newStart)
360 if (!newStart) newStart = newRange->start;
400 if (newStart)
402 if (newStart < pos) continue;
403 if (newStart >= endPos) continue;
404 pos = newStart;
416 if (newStart
446 if (newStart || !waste)
345 IOPCIRangeListAllocateSubRange(IOPCIRange * headRange, IOPCIRange * newRange, IOPCIScalar newStart) argument
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm856 Position newStart = start.upstream().leadingWhitespacePosition(DOWNSTREAM, true);
857 if (newStart.isNull())
858 newStart = start;
863 newStart = newStart.parentAnchoredEquivalent();
868 range->setStart(newStart.containerNode(), newStart.offsetInContainerNode(), exception);
869 range->setEnd(newStart.containerNode(), newStart.offsetInContainerNode(), exception);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDeque.h385 size_t newStart = m_buffer.capacity() - (oldCapacity - m_start);
386 TypeOperations::move(oldBuffer + m_start, oldBuffer + oldCapacity, m_buffer.buffer() + newStart);
387 m_start = newStart;
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEObjects.c89 static pascal OSErr TclaeAdjustMarks(long newStart, long newStop, const AEDesc *markToken);
1254 TclaeAdjustMarks(long newStart,
1277 objv[kNewStart] = Tcl_NewLongObj(newStart);
1282 // [<adjustMarksProc> <newStart> <newStop> <markToken>]
1239 TclaeAdjustMarks(long newStart, long newStop, const AEDesc *markToken) argument
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h96 IOPCIScalar newStart = 0);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DObjCModernAbstraction.hpp532 void setInstanceStart(uint32_t newStart) { A::P::E::set32(instanceStart, newStart); } argument
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c919 u_int32_t newStart, /* The start of the destination extent. */
1006 destSector = (daddr64_t) newStart * hfsmp->blockSize / hfsmp->hfs_logical_block_size;
915 hfs_copy_extent( struct hfsmount *hfsmp, struct vnode *vp, u_int32_t oldStart, u_int32_t newStart, u_int32_t blockCount, vfs_context_t context) argument
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h2436 * [<TT>newStart</TT>, <TT>newStart + newLength</TT>)
2444 * @param newStart the start of the replacement range in <TT>newText</TT>
2455 int32_t newStart,
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunistr.h2374 * [<TT>newStart</TT>, <TT>newStart + newLength</TT>)
2382 * @param newStart the start of the replacement range in <TT>newText</TT>
2393 int32_t newStart,

Completed in 403 milliseconds