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

  /external/chromium_org/third_party/icu/source/common/unicode/
bytestrie.h 369 if(leadByte<(kMinThreeByteValueLead<<1)) {
486 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 369 if(leadByte<(kMinThreeByteValueLead<<1)) {
486 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 222 milliseconds