Searched refs:maxStringLength (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, argument
28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, argument
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, argument
28 maxLength_(maxStringLength), value_(0), stack_(NULL) {
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, argument
50 maxLength_(maxStringLength), value_(0), stack_(NULL) {
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h247 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
260 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
H A Ducharstrie.h261 * @param maxStringLength If 0, the iterator returns full strings.
269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
274 * @param maxStringLength If 0, the iterator returns full strings.
282 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java135 private final int maxStringLength; field in class:ClassReader
202 maxStringLength = max;
229 return readClass(header + 2, new char[maxStringLength]);
244 return n == 0 ? null : readUTF8(n, new char[maxStringLength]);
261 char[] buf = new char[maxStringLength];
277 char[] buf = new char[maxStringLength];
447 char[] c = new char[maxStringLength]; // buffer used to read strings
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasProfileView.js1112 const maxStringLength = 150;
1114 element.createChild("span", "canvas-formatted-string").textContent = description.trimMiddle(maxStringLength);
1116 element.__suppressPopover = (description.length <= maxStringLength && !/[\r\n]/.test(description));
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1386 if (!IS_UNDEFINED(args.maxStringLength)) {
1387 response.setOption('maxStringLength', args.maxStringLength);
H A Dmirror-debugger.js2316 IS_UNDEFINED(this.options_.maxStringLength)) {
2319 return this.options_.maxStringLength;
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 351 milliseconds