Home
last modified time | relevance | path

Searched refs:binProps (Results 1 – 5 of 5) 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.cpp217 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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java1100 BinaryProperty[] binProps={ field in UCharacterProperty
1291 return binProps[which].contains(c); in hasBinaryProperty()
1518 return binProps[which].contains(c) ? 1 : 0; in getIntPropertyValue()
1543 return binProps[which].getSource(); in getSource()
2121 if(binProps.length!=UProperty.BINARY_LIMIT) { in UCharacterProperty()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java1099 BinaryProperty[] binProps={ field in UCharacterProperty
1290 return binProps[which].contains(c); in hasBinaryProperty()
1517 return binProps[which].contains(c) ? 1 : 0; in getIntPropertyValue()
1542 return binProps[which].getSource(); in getSource()
2120 if(binProps.length!=UProperty.BINARY_LIMIT) { in UCharacterProperty()