Searched refs:pCJKOptions (Results 1 – 1 of 1) sorted by relevance
390 static SvtCJKOptions_Impl* pCJKOptions = NULL; variable401 if ( !pCJKOptions ) in SvtCJKOptions()403 pCJKOptions = new SvtCJKOptions_Impl; in SvtCJKOptions()407 pCJKOptions->Load(); in SvtCJKOptions()410 pImp = pCJKOptions; in SvtCJKOptions()420 DELETEZ( pCJKOptions ); in ~SvtCJKOptions()426 return pCJKOptions->IsCJKFontEnabled(); in IsCJKFontEnabled()450 return pCJKOptions->IsRubyEnabled(); in IsRubyEnabled()482 pCJKOptions->SetAll(bSet); in SetAll()490 return pCJKOptions->IsAnyEnabled(); in IsAnyEnabled()[all …]
Completed in 9 milliseconds