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

  /external/icu/icu4c/source/i18n/
collationruleparser.h 144 static const int32_t OFFSET_SHIFT = 8;
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 149 enum { OFFSET_SHIFT=4, OFFSET_MASK=(1<<OFFSET_SHIFT)-1 };
858 (writer.maybeYesCompositions.length()<<Norm::OFFSET_SHIFT)|
865 (writer.yesYesCompositions.length()<<Norm::OFFSET_SHIFT)|
873 p->offset=(offset<<Norm::OFFSET_SHIFT)|Norm::OFFSET_YES_NO_MAPPING_AND_COMPOSITION;
878 p->offset=(offset<<Norm::OFFSET_SHIFT)|Norm::OFFSET_YES_NO_MAPPING_ONLY;
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 149 enum { OFFSET_SHIFT=4, OFFSET_MASK=(1<<OFFSET_SHIFT)-1 };
858 (writer.maybeYesCompositions.length()<<Norm::OFFSET_SHIFT)|
865 (writer.yesYesCompositions.length()<<Norm::OFFSET_SHIFT)|
873 p->offset=(offset<<Norm::OFFSET_SHIFT)|Norm::OFFSET_YES_NO_MAPPING_AND_COMPOSITION;
878 p->offset=(offset<<Norm::OFFSET_SHIFT)|Norm::OFFSET_YES_NO_MAPPING_ONLY;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 85 milliseconds