Searched refs:ws_prop (Results 1 – 3 of 3) sorted by relevance
387 UnicodeSet ws_prop(UNICODE_STRING_SIMPLE("[:Pattern_White_Space:]"), errorCode); in TestPatternProperties() local391 syn_ws_prop.addAll(ws_prop); in TestPatternProperties()407 compareUSets(ws_pp, ws_prop, in TestPatternProperties()
265 UnicodeSet ws_prop = new UnicodeSet("[:Pattern_White_Space:]"); in TestPatternProperties() local268 UnicodeSet syn_ws_prop = new UnicodeSet(syn_prop).addAll(ws_prop); in TestPatternProperties()284 compareUSets(ws_pp, ws_prop, in TestPatternProperties()
262 UnicodeSet ws_prop = new UnicodeSet("[:Pattern_White_Space:]"); in TestPatternProperties() local265 UnicodeSet syn_ws_prop = new UnicodeSet(syn_prop).addAll(ws_prop); in TestPatternProperties()281 compareUSets(ws_pp, ws_prop, in TestPatternProperties()