Home
last modified time | relevance | path

Searched refs:GROUP_MASK (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunames.cpp43 #define GROUP_MASK (LINES_PER_GROUP-1) macro
582 return expandGroupName(names, group, (uint16_t)(code&GROUP_MASK), nameChoice, in getName()
612 …length=expandName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, buffe… in enumGroupNames()
627 …if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherNam… in enumGroupNames()
704 if((start&GROUP_MASK)!=0) { in enumNames()
749 … return enumGroupNames(names, group, (limit-1)&~GROUP_MASK, limit-1, fn, context, nameChoice); in enumNames()
/third_party/node/deps/icu-small/source/common/
Dunames.cpp43 #define GROUP_MASK (LINES_PER_GROUP-1) macro
582 return expandGroupName(names, group, (uint16_t)(code&GROUP_MASK), nameChoice, in getName()
612 …length=expandName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, buffe… in enumGroupNames()
627 …if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherNam… in enumGroupNames()
704 if((start&GROUP_MASK)!=0) { in enumNames()
749 … return enumGroupNames(names, group, (limit-1)&~GROUP_MASK, limit-1, fn, context, nameChoice); in enumNames()
/third_party/skia/third_party/externals/icu/source/common/
Dunames.cpp43 #define GROUP_MASK (LINES_PER_GROUP-1) macro
582 return expandGroupName(names, group, (uint16_t)(code&GROUP_MASK), nameChoice, in getName()
612 …length=expandName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, buffe… in enumGroupNames()
627 …if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherNam… in enumGroupNames()
704 if((start&GROUP_MASK)!=0) { in enumNames()
749 … return enumGroupNames(names, group, (limit-1)&~GROUP_MASK, limit-1, fn, context, nameChoice); in enumNames()
/third_party/icu/icu4c/source/common/
Dunames.cpp43 #define GROUP_MASK (LINES_PER_GROUP-1) macro
582 return expandGroupName(names, group, (uint16_t)(code&GROUP_MASK), nameChoice, in getName()
612 …length=expandName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, buffe… in enumGroupNames()
627 …if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherNam… in enumGroupNames()
704 if((start&GROUP_MASK)!=0) { in enumNames()
749 … return enumGroupNames(names, group, (limit-1)&~GROUP_MASK, limit-1, fn, context, nameChoice); in enumNames()
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp139 #define GROUP_MASK (LINES_PER_GROUP-1) macro
650 while((++outLine&GROUP_MASK)!=0) { in compressLines()
667 outLine=(inLine&~GROUP_MASK)-1; in compressLines()
682 while((++outLine&GROUP_MASK)!=0) { in compressLines()