HomeSort by relevance Sort by last modified time
    Searched refs:BinaryProperty (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 187 private class BinaryProperty {
190 BinaryProperty(int column, int mask) {
194 BinaryProperty(int source) {
207 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
218 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
229 BinaryProperty[] binProps={
234 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
235 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
236 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
241 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORE
    [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 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*/)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 390 milliseconds