Home
last modified time | relevance | path

Searched defs:newLength (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/text/
DStringBuffer.h54 void shrink(unsigned newLength) in shrink()
60 void resize(unsigned newLength) in resize()
/external/proguard/src/proguard/classfile/editor/
DConstantPoolSorter.java78 int newLength = 1; in visitProgramClass() local
/external/skia/src/core/
DSkAdvancedTypefaceMetrics.cpp55 int newLength; in finishRange() local
/external/icu4c/common/
Dcharstr.cpp30 CharString &CharString::truncate(int32_t newLength) { in truncate()
Dunistr_case.cpp135 int32_t newLength; in caseMap() local
/external/icu4c/test/intltest/
Dwinnmtst.cpp193 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() local
207 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() local
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLOptionsCollectionCustom.cpp48 unsigned newLength = 0; in setLength() local
/external/icu4c/i18n/
Dwinnmfmt.cpp308 … int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, NULL, 0); in format() local
328 int newLength = GetNumberFormatW(fLCID, 0, nBuffer, &formatInfo.number, NULL, 0); in format() local
Dwindtfmt.cpp245 … int newLength = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0); in formatDate() local
271 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() local
Drbt_rule.cpp451 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace() local
/external/guava/src/com/google/common/collect/
DObjectArrays.java106 private static <T> T[] arraysCopyOf(T[] original, int newLength) { in arraysCopyOf()
/external/webkit/Source/WebCore/storage/
DStorageMap.cpp116 unsigned newLength = m_currentLength; in setItem() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLOptionsCollectionCustom.cpp101 unsigned newLength = 0; in lengthAccessorSetter() local
/external/webkit/Source/WebCore/platform/network/
DBlobRegistryImpl.cpp113 long long newLength = currentLength > length ? length : currentLength; in appendStorageItems() local
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java158 int newLength = this.values.length; in generalize() local
/external/webkit/Source/JavaScriptCore/runtime/
DOperations.h179 unsigned newLength = ropeBuilder.length(); in jsString() local
225 unsigned newLength = ropeBuilder.length(); in jsString() local
DJSArray.cpp331 unsigned newLength = value.toUInt32(exec); in put() local
584 bool JSArray::increaseVectorLength(unsigned newLength) in increaseVectorLength()
614 bool JSArray::increaseVectorPrefixLength(unsigned newLength) in increaseVectorPrefixLength()
648 void JSArray::setLength(unsigned newLength) in setLength()
/external/webkit/Source/WebCore/dom/
DCharacterData.cpp171 …sRefPtr<StringImpl> newData, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength) in setDataAndUpdate()
DNamedNodeMap.cpp229 unsigned newLength = other.length(); in setAttributes() local
DInputElement.cpp148 unsigned newLength = numCharactersInGraphemeClusters(string, maxLength); in replaceEOLAndLimitLength() local
/external/webkit/Source/WebCore/websockets/
DWebSocketChannel.cpp324 size_t newLength = length * 128; in processBuffer() local
/external/icu4c/tools/toolutil/
Dpkg_gencmn.c493 int32_t newLength; in pathToFullPath() local
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp141 gint newLength = 0; in convertUniCharToUTF8() local
/external/webrtc/src/modules/interface/
Dmodule_common_types.h548 VideoFrame::SetLength(const WebRtc_UWord32 newLength) in SetLength()
582 VideoFrame::Swap(WebRtc_UWord8*& newMemory, WebRtc_UWord32& newLength, WebRtc_UWord32& newSize) in Swap()
/external/clang/lib/Rewrite/
DRewriter.cpp316 unsigned newLength = getRangeSize(replacementRange); in ReplaceText() local

12