• Home
  • Raw
  • Download

Lines Matching refs:firstUnit

722     uint16_t firstUnit=*mapping;  in decompose()  local
723 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in decompose()
725 trailCC=(uint8_t)(firstUnit>>8); in decompose()
726 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) { in decompose()
792 uint16_t firstUnit = *mapping; in decomposeShort() local
793 int32_t length = firstUnit & MAPPING_LENGTH_MASK; in decomposeShort()
794 uint8_t trailCC = (uint8_t)(firstUnit >> 8); in decomposeShort()
796 if (firstUnit & MAPPING_HAS_CCC_LCCC_WORD) { in decomposeShort()
865 uint16_t firstUnit=*mapping; in getRawDecomposition() local
866 int32_t mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()
867 if(firstUnit&MAPPING_HAS_RAW_MAPPING) { in getRawDecomposition()
870 const uint16_t *rawMapping=mapping-((firstUnit>>7)&1)-1; in getRawDecomposition()
940 uint16_t firstUnit=*mapping; in norm16HasDecompBoundaryBefore() local
942 return (firstUnit&MAPPING_HAS_CCC_LCCC_WORD)==0 || (*(mapping-1)&0xff00)==0; in norm16HasDecompBoundaryBefore()
968 uint16_t firstUnit=*mapping; in norm16HasDecompBoundaryAfter() local
971 if(firstUnit>0x1ff) { in norm16HasDecompBoundaryAfter()
974 if(firstUnit<=0xff) { in norm16HasDecompBoundaryAfter()
979 return (firstUnit&MAPPING_HAS_CCC_LCCC_WORD)==0 || (*(mapping-1)&0xff00)==0; in norm16HasDecompBoundaryAfter()
1005 uint16_t key1, firstUnit; in combine() local
1010 while(key1>(firstUnit=*list)) { in combine()
1011 list+=2+(firstUnit&COMP_1_TRIPLE); in combine()
1013 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) { in combine()
1014 if(firstUnit&COMP_1_TRIPLE) { in combine()
1029 if(key1>(firstUnit=*list)) { in combine()
1030 list+=2+(firstUnit&COMP_1_TRIPLE); in combine()
1031 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) { in combine()
1033 if(firstUnit&COMP_1_LAST_TUPLE) { in combine()
1056 uint16_t firstUnit; in addComposites() local
1059 firstUnit=*list; in addComposites()
1060 if((firstUnit&COMP_1_TRIPLE)==0) { in addComposites()
1072 } while((firstUnit&COMP_1_LAST_TUPLE)==0); in addComposites()
2124 uint16_t firstUnit=*mapping; in getFCD16FromNormData() local
2125 norm16=firstUnit>>8; // tccc in getFCD16FromNormData()
2126 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) { in getFCD16FromNormData()
2470 uint16_t firstUnit=*mapping; in makeCanonIterDataFromNorm16() local
2471 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in makeCanonIterDataFromNorm16()
2472 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in makeCanonIterDataFromNorm16()