Lines Matching refs:BinaryProperty
45 struct BinaryProperty;
47 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
49 struct BinaryProperty {
55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
77 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
81 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
91 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
95 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
104 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) {
108 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
148 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) {
152 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
176 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) {
180 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
189 static UBool isPOSIX_alnum(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
193 static UBool isPOSIX_blank(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
197 static UBool isPOSIX_graph(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
201 static UBool isPOSIX_print(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
205 static UBool isPOSIX_xdigit(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
209 static UBool isRegionalIndicator(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
214 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={
296 const BinaryProperty &prop=binProps[which];
473 const BinaryProperty &prop=binProps[which];
508 const BinaryProperty &prop=binProps[which];