Searched refs:unionCharset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1229 FcCharSet *unionCharset = NULL, *charset; local
1268 if (unionCharset == NULL) {
1269 unionCharset = charset;
1271 if ((*FcCharSetSubtractCount)(charset, unionCharset)
1273 unionCharset = (* FcCharSetUnion)(unionCharset, charset);

Completed in 31 milliseconds