Lines Matching refs:i

107         for (int i = 0; i < numthes; i++)   in ~Thesaurus()  local
109 if (aThes[i]) delete aThes[i]; in ~Thesaurus()
110 aThes[i] = NULL; in ~Thesaurus()
117 for (int i = 0; i < numthes; i++) in ~Thesaurus() local
119 if (aCharSetInfo[i]) delete aCharSetInfo[i]; in ~Thesaurus()
120 aCharSetInfo[i] = NULL; in ~Thesaurus()
170 for (sal_Int32 i = 0; i < nLen; ++i) in getLocales() local
173 aLinguCfg.GetActiveDictionariesByFormat( aFormatList[i] ) ); in getLocales()
243 for (sal_Int32 i = 0; i < nLocales; ++i) in getLocales() local
248 … MsLangId::convertIsoStringToLanguage( aDictIt->aLocaleNames[i] )); in getLocales()
291 for (sal_Int32 i = 0; i < nLen; ++i) in hasLocale() local
294 if (rLocale == pLocale[i]) in hasLocale()
348 for (int i =0; i < numthes; i++) in queryMeanings() local
350 if (rLocale == aTLocs[i]) in queryMeanings()
353 if (!aThes[i]) in queryMeanings()
355 OUString datpath = aTNames[i] + A2OU(".dat"); in queryMeanings()
356 OUString idxpath = aTNames[i] + A2OU(".idx"); in queryMeanings()
373 aThes[i] = new MyThes(aTmpidx.getStr(),aTmpdat.getStr()); in queryMeanings()
374 if (aThes[i]) in queryMeanings()
375 aTEncs[i] = getTextEncodingFromCharset(aThes[i]->get_th_encoding()); in queryMeanings()
377 pTH = aThes[i]; in queryMeanings()
378 eEnc = aTEncs[i]; in queryMeanings()
379 pCC = aCharSetInfo[i]; in queryMeanings()
437 for (int i=0; i < count; i++) in queryMeanings() local
439 OUString sTerm(pe->psyns[i],strlen(pe->psyns[i]),eEnc ); in queryMeanings()
484 pStr[i] = aAlt; in queryMeanings()
522 for (int i = 0; i < seq.getLength(); i++) in queryMeanings()
524 OString o = OUStringToOString(seq[i], RTL_TEXTENCODING_UTF8); in queryMeanings()
525 fprintf(stderr, "%d: %s\n", i + 1, o.pData->buffer); in queryMeanings()
550 for (int i = 0; i < seq.getLength(); i++) in queryMeanings()
552 OString o = OUStringToOString(seq[i], RTL_TEXTENCODING_UTF8); in queryMeanings()
553 fprintf(stderr, "%d: %s\n", i + 1, o.pData->buffer); in queryMeanings()
725 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService() local
726 if( pArray[i] == ServiceName ) in supportsService()