Home
last modified time | relevance | path

Searched refs:unicodes (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1491 // don't send unicodes in the private use area
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1023 FcCharSet *unicodes = rWrapper.FcCharSetCreate(); in Substitute() local
1028 rWrapper.FcCharSetAddChar( unicodes, nCode ); in Substitute()
1030 rWrapper.FcPatternAddCharSet( pPattern, FC_CHARSET, unicodes); in Substitute()
1031 rWrapper.FcCharSetDestroy( unicodes ); in Substitute()
1089 FcCharSet* unicodes; in Substitute() local
1090 if( !rWrapper.FcPatternGetCharSet( pSet->fonts[0], FC_CHARSET, 0, &unicodes ) ) in Substitute()
1096 if( rWrapper.FcCharSetHasChar( unicodes, nCode ) != FcTrue ) in Substitute()

Completed in 27 milliseconds