HomeSort by relevance Sort by last modified time
    Searched defs:kMinValueLead (Results 1 - 3 of 3) 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 223 // 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
533 static const int32_t kNodeTypeMask=kMinValueLead-1; // 0x003f
548 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 97 milliseconds