/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/ |
D | GeneratorFiltering609Test.java | 28 private final int maxStringLength; field in GeneratorFiltering609Test.StringTruncatingGeneratorDelegate 32 int maxStringLength) { in StringTruncatingGeneratorDelegate() argument 34 this.maxStringLength = maxStringLength; in StringTruncatingGeneratorDelegate() 41 } else if (maxStringLength <= 0 || maxStringLength >= text.length()) { in writeString() 45 super.writeString(textReader, maxStringLength); in writeString() 51 if (maxStringLength <= 0 || maxStringLength >= name.length()) { in writeFieldName() 54 String truncatedName = name.substring(0, maxStringLength); in writeFieldName() 69 int maxStringLength = 10; in testIssue609() local 71 g, maxStringLength); in testIssue609()
|
/external/cronet/stable/third_party/icu/source/common/ |
D | ucharstrieiterator.cpp | 24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() argument 30 maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator() 46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() argument 52 maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator()
|
D | bytestrieiterator.cpp | 25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() argument 30 str_(nullptr), maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator() 47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() argument 52 str_(nullptr), maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator()
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() argument 30 maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator() 46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() argument 52 maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator()
|
D | bytestrieiterator.cpp | 25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() argument 30 str_(nullptr), maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator() 47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() argument 52 str_(nullptr), maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator()
|
/external/cronet/tot/third_party/icu/source/common/ |
D | ucharstrieiterator.cpp | 24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() argument 30 maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator() 46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() argument 52 maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator()
|
D | bytestrieiterator.cpp | 25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() argument 30 str_(nullptr), maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator() 47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() argument 52 str_(nullptr), maxLength_(maxStringLength), value_(0), stack_(nullptr) { in Iterator()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 462 public Iterator iterator(int maxStringLength) { 463 return new Iterator(bytes_, pos_, remainingMatchLength_, maxStringLength); 474 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) { 475 return new Iterator(trieBytes, offset, -1, maxStringLength); 544 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) { 548 maxLength_=maxStringLength;
|
D | CharsTrie.java | 429 public Iterator iterator(int maxStringLength) { in iterator() argument 430 return new Iterator(chars_, pos_, remainingMatchLength_, maxStringLength); in iterator() 441 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) { in iterator() argument 442 return new Iterator(trieChars, offset, -1, maxStringLength); in iterator() 468 …ivate Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { in Iterator() argument 472 maxLength_=maxStringLength; in Iterator()
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
D | BytesTrie.java | 487 public Iterator iterator(int maxStringLength) { 488 return new Iterator(bytes_, pos_, remainingMatchLength_, maxStringLength); 500 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) { 501 return new Iterator(trieBytes, offset, -1, maxStringLength); 575 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) { 579 maxLength_=maxStringLength;
|
D | CharsTrie.java | 449 public Iterator iterator(int maxStringLength) { in iterator() argument 450 return new Iterator(chars_, pos_, remainingMatchLength_, maxStringLength); in iterator() 462 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) { in iterator() argument 463 return new Iterator(trieChars, offset, -1, maxStringLength); in iterator() 491 …ivate Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { in Iterator() argument 495 maxLength_=maxStringLength; in Iterator()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 295 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 308 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
D | ucharstrie.h | 307 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 320 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | bytestrie.h | 295 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 308 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
D | ucharstrie.h | 307 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 320 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
/external/icu/libicu/cts_headers/unicode/ |
D | bytestrie.h | 295 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 308 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
D | ucharstrie.h | 307 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 320 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | bytestrie.h | 295 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 308 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
D | ucharstrie.h | 307 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 320 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
|
/external/curl/scripts/ |
D | mk-ca-bundle.pl | 610 my $maxStringLength = length(decode('UTF-8', $caname, Encode::FB_CROAK | Encode::LEAVE_SRC)); 611 print CRT ("=" x $maxStringLength . "\n");
|
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | ClassReader.java | 154 private final int maxStringLength; field in ClassReader 267 maxStringLength = currentMaxStringLength; in ClassReader() 375 return readClass(header + 2, new char[maxStringLength]); in getClassName() 387 return readClass(header + 4, new char[maxStringLength]); in getSuperName() 403 char[] charBuffer = new char[maxStringLength]; in getInterfaces() 449 context.charBuffer = new char[maxStringLength]; in accept() 3490 private int[] readBootstrapMethodsAttribute(final int maxStringLength) { in readBootstrapMethodsAttribute() argument 3491 char[] charBuffer = new char[maxStringLength]; in readBootstrapMethodsAttribute() 3589 return maxStringLength; in getMaxStringLength()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Security/NetworkAccessProtection/ |
D | mod.rs | 27 pub const maxStringLength: u32 = 1024u32; constant
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Security/NetworkAccessProtection/ |
D | mod.rs | 27 pub const maxStringLength: u32 = 1024u32; constant
|
/external/ow2-asm/asm/src/test/resources/ |
D | sigtest-6.2.txt | 95 …NSNS,INPUT_STREAM_DATA_CHUNK_SIZE,bootstrapMethodOffsets,cpInfoOffsets,cpInfoValues,maxStringLength
|
D | sigtest-6.0.txt | 85 hfds EXPAND_ASM_INSNS,items,maxStringLength,strings
|