Lines Matching refs:i

102         for (int i=0; i < numdict; i++)   in ~Hyphenator()  local
104 if (aDicts[i].apCC) delete aDicts[i].apCC; in ~Hyphenator()
105 aDicts[i].apCC = NULL; in ~Hyphenator()
149 for (sal_Int32 i = 0; i < nLen; ++i) in getLocales() local
152 aLinguCfg.GetActiveDictionariesByFormat( aFormatList[i] ) ); in getLocales()
218 for (sal_Int32 i = 0; i < nLocales; ++i) in getLocales() local
223 … MsLangId::convertIsoStringToLanguage( aDictIt->aLocaleNames[i] )); in getLocales()
264 for (sal_Int32 i = 0; i < nLen; ++i) in hasLocale() local
266 if (rLocale == pLocale[i]) in hasLocale()
421 for (sal_Int32 i = 0; i < n; i++) in hyphenate() local
425 if (!rep || !rep[i] || (i >= n)) in hyphenate()
427 hit = hit && (hyphens[i]&1) && (i < Leading); in hyphenate()
428 hit = hit && (i >= (minLead-1) ); in hyphenate()
429 hit = hit && ((n - i - 1) >= minTrail); in hyphenate()
434 for (char * c = rep[i]; *c && (*c != '='); c++) in hyphenate()
444 hit = hit && (hyphens[i]&1) && ((i + leftrep - pos[i]) < Leading); in hyphenate()
445 hit = hit && ((i + leftrep - pos[i]) >= (minLead-1) ); in hyphenate()
446 …hit = hit && ((n - i - 1 + sal::static_int_cast< sal_sSize >(strlen(rep[i])) - leftrep - 1) >= min… in hyphenate()
450 nHyphenationPos = i; in hyphenate()
451 if (rep && (i < n) && rep[i]) in hyphenate()
453 nHyphenationPosAlt = i - pos[i]; in hyphenate()
454 nHyphenationPosAltHyph = i + leftrep - pos[i]; in hyphenate()
682 sal_Int16 i; in createPossibleHyphens() local
684 for ( i = 0; i < encWord.getLength(); i++) in createPossibleHyphens()
686 if (hyphens[i]&1 && (!rep || !rep[i])) in createPossibleHyphens()
696 for (i = 0; i < nWord.getLength(); i++) in createPossibleHyphens()
698 hyphenatedWordBuffer.append(aWord[i]); in createPossibleHyphens()
700 if (hyphens[i]&1 && (!rep || !rep[i])) in createPossibleHyphens()
702 pPos[nHyphCount] = i; in createPossibleHyphens()
920 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService() local
921 if( pArray[i] == ServiceName ) in supportsService()