HomeSort by relevance Sort by last modified time
    Searched defs:kMinValueLead (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/unicode/
bytestrie.h 209 // U_ASSERT(leadByte>=kMinValueLead);
367 // U_ASSERT(leadByte>=kMinValueLead);
475 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x20
480 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10
ucharstrie.h 235 // U_ASSERT(leadUnit>=kMinValueLead);
421 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
433 // U_ASSERT(kMinValueLead<=leadUnit && leadUnit<kValueIsFinal);
544 static const int32_t kMinValueLead=kMinLinearMatch+kMaxLinearMatchLength; // 0x0040
545 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f
560 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040

Completed in 76 milliseconds