Searched defs:newLength (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringBuffer.h53 void shrink(unsigned newLength) argument
59 void resize(unsigned newLength) argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp43 unsigned newLength = 0; local
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dcharstr.cpp30 CharString &CharString::truncate(int32_t newLength) { argument
H A Dunistr_case.cpp126 int32_t newLength; local
H A Dicuuc40shim.cpp364 void releaseBuffer(int32_t newLength=-1) argument
H A Ducharstriebuilder.cpp349 int32_t newLength=ucharsLength+1; local
359 int32_t newLength=ucharsLength+length; local
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioChannel.cpp43 void AudioChannel::resizeSmaller(size_t newLength) argument
H A DAudioBus.cpp82 void AudioBus::resizeSmaller(size_t newLength) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastBitVector.h77 size_t newLength = arrayLength(numBits); local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dsortkey.cpp112 void CollationKey::setLength(int32_t newLength) { argument
H A Drbt_rule.cpp452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); local
H A Dwinnmfmt.cpp315 int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, NULL, 0); local
335 int newLength = GetNumberFormatW(fLCID, 0, nBuffer, &formatInfo.number, NULL, 0); local
[all...]
H A Dwindtfmt.cpp246 int newLength = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0); local
272 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0); local
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { argument
H A Dpkg_gencmn.c510 int32_t newLength; local
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.cpp553 unsigned int newLength; local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DCharacterData.cpp192 void CharacterData::setDataAndUpdate(const String& newData, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength) argument
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageMap.cpp116 unsigned newLength = m_currentLength; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLETableReference.h157 size_t contractLength(size_t newLength) { argument
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dwinnmtst.cpp193 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0); local
207 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0); local
[all...]
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileReaderLoader.cpp191 unsigned long long newLength = m_totalBytes * 2; local
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleTextEditor.cpp130 long newLength = newText.length(); local
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DBlobRegistryImpl.cpp104 long long newLength = currentLength > length ? length : currentLength; local
202 unsigned long long newLength = end - start; local
/macosx-10.10/WebCore-7600.1.25/html/
H A DTextFieldInputType.cpp363 unsigned newLength = numCharactersInGraphemeClusters(string, maxLength); local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclStringObj.c1452 int newLength, oldLength; local
1549 int newLength, oldLength, attemptLength; local
[all...]

Completed in 351 milliseconds

12