Searched defs:maxStringLength (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/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) {

Completed in 143 milliseconds