Searched refs:binProps (Results 1 – 5 of 5) sorted by relevance
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()
50 UBool binProps[UCHAR_BINARY_LIMIT]; member
217 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={ variable300 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()
1100 BinaryProperty[] binProps={ field in UCharacterProperty1291 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()
1099 BinaryProperty[] binProps={ field in UCharacterProperty1290 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()