Lines Matching refs:i

399     for ( sal_Int16 i = 0; i < nbOfLocales; i++)  in getFunctionSymbolByName()  local
401 if (localeName.equalsAscii(aLibTable[i].pLocale) || in getFunctionSymbolByName()
405 OUStringBuffer aBuf(strlen(aLibTable[i].pLocale) + 1 + strlen(pFunction)); in getFunctionSymbolByName()
411 if (pCurrent->dllName == aLibTable[i].pLib) in getFunctionSymbolByName()
417 (*pOutCachedItem)->localeName = aLibTable[i].pLocale; in getFunctionSymbolByName()
429 aBuf.ensureCapacity(strlen(aLibTable[i].pLib) + 6); // mostly "lib*.so" in getFunctionSymbolByName()
430 … aBuf.appendAscii( SAL_DLLPREFIX ).appendAscii(aLibTable[i].pLib).appendAscii( SAL_DLLEXTENSION ); in getFunctionSymbolByName()
432 aBuf.ensureCapacity(strlen(aLibTable[i].pLib) + 4); // mostly "*.dll" in getFunctionSymbolByName()
433 aBuf.appendAscii(aLibTable[i].pLib).appendAscii( SAL_DLLEXTENSION ); in getFunctionSymbolByName()
440 ….push_back(pNewItem = new LocaleDataLookupTableItem(aLibTable[i].pLib, module, aLibTable[i].pLocal… in getFunctionSymbolByName()
517 sal_Int16 i, j; in getAllCalendars() local
518 for(i = 0; i < calendarsCount; i++) { in getAllCalendars()
519 Sequence< CalendarItem > days(allCalendars[0][i]); in getAllCalendars()
520 Sequence< CalendarItem > months(allCalendars[1][i]); in getAllCalendars()
521 Sequence< CalendarItem > eras(allCalendars[2][i]); in getAllCalendars()
527 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
530 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()
538 …hs = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_MONTHS); in getAllCalendars()
541 for(j = 0; j < allCalendars[1][i]; j++) { in getAllCalendars()
549 …eras = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_ERAS); in getAllCalendars()
552 for(j = 0; j < allCalendars[2][i]; j++) { in getAllCalendars()
565 calendarsSeq[i] = aCalendar; in getAllCalendars()
589 for(int i = 0, nOff = 0; i < currencyCount; i++, nOff += 8 ) { in getAllCurrencies2() local
600 seq[i] = cur; in getAllCurrencies2()
619 for (sal_Int32 i=0; i < nLen; ++i, ++p1, ++p2) in getAllCurrencies() local
638 sal_Int32 i = 0, k = 0; in replace() local
639 while (formatCode[i] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
642 while (formatCode[i] > 0 && oldStr[j] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
643 str[k++] = formatCode[i]; in replace()
644 if (formatCode[i++] != oldStr[j++]) in replace()
698 for (int i = 0, nOff = 0; i < section[s].formatCount; ++i, nOff += 7, ++f) in getAllFormats() local
727 for(sal_Int16 i = 0; i < collatorCount; i++) in getCollatorRuleByAlgorithm() local
728 if (algorithm.equals(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO])) in getCollatorRuleByAlgorithm()
729 return OUString(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_RULE]); in getCollatorRuleByAlgorithm()
746 for(sal_Int16 i = 0; i < collatorCount; i++) { in getCollatorImplementations() local
747 Implementation impl(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO], in getCollatorImplementations()
749 collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_DEFAULT][0])); in getCollatorImplementations()
750 seq[i] = impl; in getCollatorImplementations()
771 for(sal_Int16 i = 0; i < optionsCount; i++) { in getCollationOptions() local
772 seq[i] = OUString( optionsArray[i] ); in getCollationOptions()
793 for(sal_Int16 i = 0; i < optionsCount; i++) { in getSearchOptions() local
794 seq[i] = OUString( optionsArray[i] ); in getSearchOptions()
822 for(sal_Int16 i = 0; i < indexCount; i++) { in getIndexAlgorithm() local
823 seq[i] = indexArray[i*5]; in getIndexAlgorithm()
840 for(sal_Int16 i = 0; i < indexCount; i++) { in getDefaultIndexAlgorithm() local
841 if (indexArray[i*5 + 3][0]) in getDefaultIndexAlgorithm()
842 return OUString(indexArray[i*5]); in getDefaultIndexAlgorithm()
855 for(sal_Int16 i = 0; i < indexCount; i++) { in hasPhonetic() local
856 if (indexArray[i*5 + 4][0]) in hasPhonetic()
869 for(sal_Int16 i = 0; i < indexCount; i++) { in getIndexArrayForAlgorithm() local
870 if (algorithm.equals(indexArray[i*5])) in getIndexArrayForAlgorithm()
871 return indexArray+i*5; in getIndexArrayForAlgorithm()
909 for(sal_Int16 i = 0; i < scriptCount; i++) { in getUnicodeScripts() local
910 seq[i] = UnicodeScript( OUString(scriptArray[i]).toInt32() ); in getUnicodeScripts()
931 for(sal_Int16 i = 0; i < wordCount; i++) { in getFollowPageWords() local
932 seq[i] = OUString(wordArray[i]); in getFollowPageWords()
955 for(int i = 0; i < transliterationsCount; i++) { in getTransliterations() local
956 OUString elem(transliterationsArray[i]); in getTransliterations()
957 seq[i] = elem; in getTransliterations()
1041 for(int i = 0; i < (LCBreakIteratorRuleCount); i++) { in getBreakIteratorRules() local
1042 OUString elem(LCBreakIteratorRulesArray[i]); in getBreakIteratorRules()
1043 seq[i] = elem; in getBreakIteratorRules()
1065 for(int i = 0; i < (LCReservedWordsCount); i++) { in getReservedWord() local
1066 OUString elem(LCReservedWordsArray[i]); in getReservedWord()
1067 seq[i] = elem; in getReservedWord()
1087 int i; in getContinuousNumberingLevels() local
1101 for( i=0; i<pv.getLength(); i++ ) { in getContinuousNumberingLevels()
1102 pv[i] = Sequence<beans::PropertyValue>( nAttributes ); in getContinuousNumberingLevels()
1106 for( i=0; i<nStyles; i++ ) { in getContinuousNumberingLevels()
1107 sal_Unicode** pAttribute = pStyle[i]; in getContinuousNumberingLevels()
1110 beans::PropertyValue& rVal = pv[i][j]; in getContinuousNumberingLevels()
1205 int i; in U2C() local
1206 for( i = 0; i < str.getLength(); i++) in U2C()
1207 s[i] = sal::static_int_cast<sal_Char>( str[i] ); in U2C()
1208 s[i]='\0'; in U2C()
1216 int i; in getOutlineNumberingLevels() local
1234 for( i=0; i<nStyles; i++ ) in getOutlineNumberingLevels()
1239 sal_Unicode*** pLevel = pStyle[i]; in getOutlineNumberingLevels()
1281 aRet[i] = new OutlineNumbering( level, nLevels ); in getOutlineNumberingLevels()
1354 for( sal_Int16 i=0; i<nbOfLocales; i++ ) { in getAllInstalledLocaleNames() local
1355 OUString name = OUString::createFromAscii( aLibTable[i].pLocale ); in getAllInstalledLocaleNames()