Home
last modified time | relevance | path

Searched refs:kMaxLinearMatchLength (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Dbytestrie.h468 static const int32_t kMaxLinearMatchLength=0x10; variable
475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20
Ducharstrie.h539 static const int32_t kMaxLinearMatchLength=0x10; variable
544 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040
Ducharstriebuilder.h138 virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength()
Dbytestriebuilder.h131 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength()