Searched refs:ws_prop (Results 1 – 3 of 3) sorted by relevance
373 UnicodeSet ws_prop(UNICODE_STRING_SIMPLE("[:Pattern_White_Space:]"), errorCode); in TestPatternProperties() local377 syn_ws_prop.addAll(ws_prop); in TestPatternProperties()393 compareUSets(ws_pp, ws_prop, in TestPatternProperties()
267 UnicodeSet ws_prop = new UnicodeSet("[:Pattern_White_Space:]"); in TestPatternProperties() local270 UnicodeSet syn_ws_prop = new UnicodeSet(syn_prop).addAll(ws_prop); in TestPatternProperties()286 compareUSets(ws_pp, ws_prop, in TestPatternProperties()
263 UnicodeSet ws_prop = new UnicodeSet("[:Pattern_White_Space:]"); in TestPatternProperties() local266 UnicodeSet syn_ws_prop = new UnicodeSet(syn_prop).addAll(ws_prop); in TestPatternProperties()282 compareUSets(ws_pp, ws_prop, in TestPatternProperties()