Home
last modified time | relevance | path

Searched refs:maxStringLength (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Ducharstrieiterator.cpp22 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()
Dbytestrieiterator.cpp23 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/
Ducharstrieiterator.cpp22 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()
Dbytestrieiterator.cpp23 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/
Dbytestrie.h255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
Ducharstrie.h269 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/
Dbytestrie.h255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
Ducharstrie.h269 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/
DClassReader.java135 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/
DCanvasProfileView.js1155 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/
Dnsmenuitem_additions_unittest.mm290 UniCharCount maxStringLength = 4, actualStringLength;
299 maxStringLength,
/external/chromium_org/v8/src/
Dmirror-debugger.js2488 IS_UNDEFINED(this.options_.maxStringLength)) {
2491 return this.options_.maxStringLength;
Ddebug-debugger.js1403 if (!IS_UNDEFINED(args.maxStringLength)) {
1404 response.setOption('maxStringLength', args.maxStringLength);