/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringBuffer.h | 54 void shrink(unsigned newLength) in shrink() 60 void resize(unsigned newLength) in resize()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolSorter.java | 78 int newLength = 1; in visitProgramClass() local
|
/external/skia/src/core/ |
D | SkAdvancedTypefaceMetrics.cpp | 55 int newLength; in finishRange() local
|
/external/icu4c/common/ |
D | charstr.cpp | 30 CharString &CharString::truncate(int32_t newLength) { in truncate()
|
D | unistr_case.cpp | 135 int32_t newLength; in caseMap() local
|
/external/icu4c/test/intltest/ |
D | winnmtst.cpp | 193 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/ |
D | JSHTMLOptionsCollectionCustom.cpp | 48 unsigned newLength = 0; in setLength() local
|
/external/icu4c/i18n/ |
D | winnmfmt.cpp | 308 … 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
|
D | windtfmt.cpp | 245 … 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
|
D | rbt_rule.cpp | 451 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace() local
|
/external/guava/src/com/google/common/collect/ |
D | ObjectArrays.java | 106 private static <T> T[] arraysCopyOf(T[] original, int newLength) { in arraysCopyOf()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageMap.cpp | 116 unsigned newLength = m_currentLength; in setItem() local
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8HTMLOptionsCollectionCustom.cpp | 101 unsigned newLength = 0; in lengthAccessorSetter() local
|
/external/webkit/Source/WebCore/platform/network/ |
D | BlobRegistryImpl.cpp | 113 long long newLength = currentLength > length ? length : currentLength; in appendStorageItems() local
|
/external/proguard/src/proguard/evaluation/value/ |
D | InstructionOffsetValue.java | 158 int newLength = this.values.length; in generalize() local
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Operations.h | 179 unsigned newLength = ropeBuilder.length(); in jsString() local 225 unsigned newLength = ropeBuilder.length(); in jsString() local
|
D | JSArray.cpp | 331 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/ |
D | CharacterData.cpp | 171 …sRefPtr<StringImpl> newData, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength) in setDataAndUpdate()
|
D | NamedNodeMap.cpp | 229 unsigned newLength = other.length(); in setAttributes() local
|
D | InputElement.cpp | 148 unsigned newLength = numCharactersInGraphemeClusters(string, maxLength); in replaceEOLAndLimitLength() local
|
/external/webkit/Source/WebCore/websockets/ |
D | WebSocketChannel.cpp | 324 size_t newLength = length * 128; in processBuffer() local
|
/external/icu4c/tools/toolutil/ |
D | pkg_gencmn.c | 493 int32_t newLength; in pathToFullPath() local
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 141 gint newLength = 0; in convertUniCharToUTF8() local
|
/external/webrtc/src/modules/interface/ |
D | module_common_types.h | 548 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/ |
D | Rewriter.cpp | 316 unsigned newLength = getRangeSize(replacementRange); in ReplaceText() local
|