Searched defs:kMinValueLead (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h209 // U_ASSERT(leadByte>=kMinValueLead);
367 // U_ASSERT(leadByte>=kMinValueLead);
475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20 member in class:BytesTrie
480 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10
H A Ducharstrie.h223 // U_ASSERT(leadUnit>=kMinValueLead);
409 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
421 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
532 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040 member in class:UCharsTrie
533 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f
548 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h209 // U_ASSERT(leadByte>=kMinValueLead);
367 // U_ASSERT(leadByte>=kMinValueLead);
475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20 member in class:BytesTrie
480 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10
H A Ducharstrie.h223 // U_ASSERT(leadUnit>=kMinValueLead);
409 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
421 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
532 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040 member in class:UCharsTrie
533 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f
548 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040

Completed in 1029 milliseconds