Home
last modified time | relevance | path

Searched refs:binProps (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp48 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()
Dppucd.h50 UBool binProps[UCHAR_BINARY_LIMIT]; member
/external/icu/icu4c/source/common/
Duprops.cpp325 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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java368 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java367 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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...