Home | History | Annotate | Download | only in common

Lines Matching refs:BinaryProperty

43 struct BinaryProperty;
45 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
47 struct BinaryProperty {
53 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
58 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
62 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
66 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
70 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
75 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
79 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
89 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
93 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
102 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) {
106 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
147 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) {
151 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
175 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) {
179 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
188 static UBool isPOSIX_alnum(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
192 static UBool isPOSIX_blank(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
196 static UBool isPOSIX_graph(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
200 static UBool isPOSIX_print(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
204 static UBool isPOSIX_xdigit(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
208 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={
283 const BinaryProperty &prop=binProps[which];
460 const BinaryProperty &prop=binProps[which];
495 const BinaryProperty &prop=binProps[which];