HomeSort by relevance Sort by last modified time
    Searched refs:kMaxLinearMatchLength (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/unicode/
bytestriebuilder.h 131 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; }
ucharstriebuilder.h 138 virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; }
bytestrie.h 468 static const int32_t kMaxLinearMatchLength=0x10;
475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20
ucharstrie.h 539 static const int32_t kMaxLinearMatchLength=0x10;
544 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040

Completed in 882 milliseconds