HomeSort by relevance Sort by last modified time
    Searched refs:firstUnit (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 549 uint16_t firstUnit=*mapping;
550 int32_t length=firstUnit&MAPPING_LENGTH_MASK;
552 trailCC=(uint8_t)(firstUnit>>8);
553 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) {
614 uint16_t firstUnit=*mapping;
615 int32_t mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping
616 if(firstUnit&MAPPING_HAS_RAW_MAPPING) {
617 // Read the raw mapping from before the firstUnit and before the optional ccc/lccc word.
619 const uint16_t *rawMapping=mapping-((firstUnit>>7)&1)-1;
683 uint16_t firstUnit=*mapping
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 651 uint16_t firstUnit=*mapping;
652 int32_t length=firstUnit&MAPPING_LENGTH_MASK;
654 trailCC=(uint8_t)(firstUnit>>8);
655 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) {
716 uint16_t firstUnit=*mapping;
717 int32_t mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping
718 if(firstUnit&MAPPING_HAS_RAW_MAPPING) {
719 // Read the raw mapping from before the firstUnit and before the optional ccc/lccc word.
721 const uint16_t *rawMapping=mapping-((firstUnit>>7)&1)-1;
785 uint16_t firstUnit=*mapping
    [all...]
  /bionic/libc/kernel/uapi/mtd/
inftl-user.h 72 __u32 firstUnit;
  /external/kernel-headers/original/uapi/mtd/
inftl-user.h 64 __u32 firstUnit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
inftl-user.h 64 __u32 firstUnit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
inftl-user.h 64 __u32 firstUnit;
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 706 int32_t firstUnit=length|(trailCC<<8);
739 firstUnit|=Normalizer2Impl::MAPPING_HAS_RAW_MAPPING;
745 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD;
748 firstUnit|=Normalizer2Impl::MAPPING_NO_COMP_BOUNDARY_AFTER;
750 dataString.append((UChar)firstUnit);
774 int32_t firstUnit, secondUnit, thirdUnit;
777 firstUnit=pair.trail<<1;
781 firstUnit=(pair.trail<<1)|Normalizer2Impl::COMP_1_TRIPLE;
786 firstUnit=(Normalizer2Impl::COMP_1_TRAIL_LIMIT+
795 firstUnit|=Normalizer2Impl::COMP_1_LAST_TUPLE
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 706 int32_t firstUnit=length|(trailCC<<8);
739 firstUnit|=Normalizer2Impl::MAPPING_HAS_RAW_MAPPING;
745 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD;
748 firstUnit|=Normalizer2Impl::MAPPING_NO_COMP_BOUNDARY_AFTER;
750 dataString.append((UChar)firstUnit);
774 int32_t firstUnit, secondUnit, thirdUnit;
777 firstUnit=pair.trail<<1;
781 firstUnit=(pair.trail<<1)|Normalizer2Impl::COMP_1_TRIPLE;
786 firstUnit=(Normalizer2Impl::COMP_1_TRAIL_LIMIT+
795 firstUnit|=Normalizer2Impl::COMP_1_LAST_TUPLE
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 244 milliseconds