/external/chromium_org/third_party/icu/source/common/ |
D | ucharstrieiterator.cpp | 22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, in Iterator() argument 28 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator() 44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() argument 50 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
|
D | bytestrieiterator.cpp | 23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() argument 28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator() 45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() argument 50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, in Iterator() argument 28 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator() 44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() argument 50 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
|
D | bytestrieiterator.cpp | 23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() argument 28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator() 45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() argument 50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
D | ucharstrie.h | 269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 282 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | bytestrie.h | 255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
D | ucharstrie.h | 269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 282 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | ClassReader.java | 135 private final int maxStringLength; field in ClassReader 202 maxStringLength = max; in ClassReader() 229 return readClass(header + 2, new char[maxStringLength]); in getClassName() 244 return n == 0 ? null : readUTF8(n, new char[maxStringLength]); in getSuperName() 261 char[] buf = new char[maxStringLength]; in getInterfaces() 277 char[] buf = new char[maxStringLength]; in copyPool() 447 char[] c = new char[maxStringLength]; // buffer used to read strings in accept()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | CanvasProfileView.js | 1155 const maxStringLength = 150; 1157 …eateChild("span", "canvas-formatted-string").textContent = description.trimMiddle(maxStringLength); 1159 …element.__suppressPopover = (description.length <= maxStringLength && !/[\r\n]/.test(description));
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | nsmenuitem_additions_unittest.mm | 290 UniCharCount maxStringLength = 4, actualStringLength; 299 maxStringLength,
|
/external/chromium_org/v8/src/ |
D | mirror-debugger.js | 2488 IS_UNDEFINED(this.options_.maxStringLength)) { 2491 return this.options_.maxStringLength;
|
D | debug-debugger.js | 1403 if (!IS_UNDEFINED(args.maxStringLength)) { 1404 response.setOption('maxStringLength', args.maxStringLength);
|