Home
last modified time | relevance | path

Searched refs:cpProps (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp246 cpProps=blockProps; in getProps()
250 cpProps=defaultProps; in getProps()
254 cpProps.intProps[blkIndex]=blockProps.intProps[blkIndex]; in getProps()
259 cpProps=defaultProps; in getProps()
269 props=&cpProps; in getProps()
286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()
292 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
Dppucd.h172 UniProps defaultProps, blockProps, cpProps; variable