Searched refs:SvcInfoArray (Results 1 – 2 of 2) sorted by relevance
105 typedef std::vector< SvcInfo * > SvcInfoArray; typedef in LngSvcMgr106 SvcInfoArray * pAvailSpellSvcs;107 SvcInfoArray * pAvailGrammarSvcs;108 SvcInfoArray * pAvailHyphSvcs;109 SvcInfoArray * pAvailThesSvcs;140 const SvcInfoArray &rAvailSvcs );142 static void clearSvcInfoArray(SvcInfoArray *pInfo);
190 const SvcInfoArray &rAvailSvcs ) in SetAvailableCfgServiceLists()600 void LngSvcMgr::clearSvcInfoArray(SvcInfoArray* pInfo) in clearSvcInfoArray()853 pAvailSpellSvcs = new SvcInfoArray; in GetAvailableSpellSvcs_Impl()919 pAvailGrammarSvcs = new SvcInfoArray; in GetAvailableGrammarSvcs_Impl()985 pAvailHyphSvcs = new SvcInfoArray; in GetAvailableHyphSvcs_Impl()1050 pAvailThesSvcs = new SvcInfoArray; in GetAvailableThesSvcs_Impl()1393 const SvcInfoArray *pInfoArray = 0; in getAvailableServices()