Lines Matching refs:newValues
193 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() argument
195 newValues.clear(); in getProps()
258 newValues=blockValues; in getProps()
262 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
286 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps()
289 blockValues=newValues; in getProps()
293 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()
294 newValues.remove(prop); in getProps()
299 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
300 newValues.remove(prop); in getProps()
318 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty() argument
505 newValues.add((UChar32)prop); in parseProperty()