Home
last modified time | relevance | path

Searched defs:maxStringLength (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator()
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator()
Dbytestrieiterator.cpp25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator()
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator()
/third_party/icu/icu4c/source/common/
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator()
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator()
Dbytestrieiterator.cpp25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator()
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator()
/third_party/node/deps/icu-small/source/common/
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator()
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator()
Dbytestrieiterator.cpp25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator()
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java449 public Iterator iterator(int maxStringLength) { in iterator()
462 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) { in iterator()
491 …ivate Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { in Iterator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrie.java429 public Iterator iterator(int maxStringLength) { in iterator()
441 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) { in iterator()
468 …ivate Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { in Iterator()
/third_party/node/lib/internal/util/
Dinspect.js187 maxStringLength: 10000, property
263 maxStringLength: ctx.maxStringLength, property
323 maxStringLength: inspectDefaultOptions.maxStringLength, property
/third_party/node/test/parallel/
Dtest-util-inspect.js3076 assert.strictEqual(util.inspect('bl', { maxStringLength: 1 }), property
3084 util.inspect(x, { maxStringLength: 4 }), property
3087 assert.match(util.inspect(x, { maxStringLength: null }), /a'$/); property