/third_party/icu/icu4c/source/tools/toolutil/ |
D | ppucd.cpp | 48 memset(binProps, 0, sizeof(binProps)); in UniProps() 286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps() 353 props.binProps[prop]=(UBool)binaryValue; in parseProperty()
|
D | ppucd.h | 50 UBool binProps[UCHAR_BINARY_LIMIT]; member
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ppucd.cpp | 56 memset(binProps, 0, sizeof(binProps)); in UniProps() 293 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps() 360 props.binProps[prop]=(UBool)binaryValue; in parseProperty()
|
D | ppucd.h | 50 UBool binProps[UCHAR_BINARY_LIMIT]; member
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.cpp | 48 memset(binProps, 0, sizeof(binProps)); in UniProps() 286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps() 353 props.binProps[prop]=(UBool)binaryValue; in parseProperty()
|
D | ppucd.h | 50 UBool binProps[UCHAR_BINARY_LIMIT]; member
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.cpp | 48 memset(binProps, 0, sizeof(binProps)); in UniProps() 286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps() 353 props.binProps[prop]=(UBool)binaryValue; in parseProperty()
|
D | ppucd.h | 50 UBool binProps[UCHAR_BINARY_LIMIT]; member
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 217 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={ variable 300 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty() 492 const BinaryProperty &prop=binProps[which]; in u_getIntPropertyValue() 527 const BinaryProperty &prop=binProps[which]; in uprops_getSource()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | bidipropsbuilder.cpp | 289 if(props.binProps[UCHAR_BIDI_MIRRORED]) { in setProps() 292 if(props.binProps[UCHAR_BIDI_CONTROL]) { in setProps() 295 if(props.binProps[UCHAR_JOIN_CONTROL]) { in setProps()
|
D | casepropsbuilder.cpp | 405 if(props.binProps[UCHAR_LOWERCASE]) { in setProps() 407 } else if(props.binProps[UCHAR_UPPERCASE]) { in setProps() 488 if(props.binProps[UCHAR_SOFT_DOTTED]) { in setProps() 493 if(props.binProps[UCHAR_SOFT_DOTTED]) { in setProps() 505 if(props.binProps[UCHAR_CASE_IGNORABLE]) { in setProps()
|
D | corepropsbuilder.cpp | 673 uint32_t value= props.binProps[p2b.prop] ? mask : 0; in setProps()
|
/third_party/icu/icu4c/source/common/ |
D | uprops.cpp | 325 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={ variable 408 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty() 619 const BinaryProperty &prop=binProps[which]; in u_getIntPropertyValue() 654 const BinaryProperty &prop=binProps[which]; in uprops_getSource()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 325 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={ variable 408 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty() 619 const BinaryProperty &prop=binProps[which]; in u_getIntPropertyValue() 654 const BinaryProperty &prop=binProps[which]; in uprops_getSource()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 367 BinaryProperty[] binProps={ field in UCharacterProperty 558 return binProps[which].contains(c); in hasBinaryProperty() 793 return binProps[which].contains(c) ? 1 : 0; in getIntPropertyValue() 818 return binProps[which].getSource(); in getSource() 1423 if(binProps.length!=UProperty.BINARY_LIMIT) { in UCharacterProperty()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterProperty.java | 368 BinaryProperty[] binProps={ field in UCharacterProperty 559 return binProps[which].contains(c); in hasBinaryProperty() 794 return binProps[which].contains(c) ? 1 : 0; in getIntPropertyValue() 819 return binProps[which].getSource(); in getSource() 1424 if(binProps.length!=UProperty.BINARY_LIMIT) { in UCharacterProperty()
|
/third_party/node/deps/icu-small/source/common/ |
D | uprops.cpp | 331 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={ variable 421 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty() 652 const BinaryProperty &prop=binProps[which]; in u_getIntPropertyValue() 687 const BinaryProperty &prop=binProps[which]; in uprops_getSource()
|