Lines Matching refs:i

397     for ( sal_Int16 i = 0; i < nbOfLocales; i++)  in getFunctionSymbolByName()  local
399 if (localeName.equalsAscii(aLibTable[i].pLocale) || in getFunctionSymbolByName()
403 OUStringBuffer aBuf(strlen(aLibTable[i].pLocale) + 1 + strlen(pFunction)); in getFunctionSymbolByName()
409 if (pCurrent->dllName == aLibTable[i].pLib) in getFunctionSymbolByName()
415 (*pOutCachedItem)->localeName = aLibTable[i].pLocale; in getFunctionSymbolByName()
427 aBuf.ensureCapacity(strlen(aLibTable[i].pLib) + 6); // mostly "lib*.so" in getFunctionSymbolByName()
428 … aBuf.appendAscii( SAL_DLLPREFIX ).appendAscii(aLibTable[i].pLib).appendAscii( SAL_DLLEXTENSION ); in getFunctionSymbolByName()
430 aBuf.ensureCapacity(strlen(aLibTable[i].pLib) + 4); // mostly "*.dll" in getFunctionSymbolByName()
431 aBuf.appendAscii(aLibTable[i].pLib).appendAscii( SAL_DLLEXTENSION ); in getFunctionSymbolByName()
438 ….push_back(pNewItem = new LocaleDataLookupTableItem(aLibTable[i].pLib, module, aLibTable[i].pLocal… in getFunctionSymbolByName()
515 sal_Int16 i, j; in getAllCalendars() local
516 for(i = 0; i < calendarsCount; i++) { in getAllCalendars()
517 Sequence< CalendarItem > days(allCalendars[0][i]); in getAllCalendars()
518 Sequence< CalendarItem > months(allCalendars[1][i]); in getAllCalendars()
519 Sequence< CalendarItem > eras(allCalendars[2][i]); in getAllCalendars()
525 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
528 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()
536 …hs = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_MONTHS); in getAllCalendars()
539 for(j = 0; j < allCalendars[1][i]; j++) { in getAllCalendars()
547 …eras = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_ERAS); in getAllCalendars()
550 for(j = 0; j < allCalendars[2][i]; j++) { in getAllCalendars()
563 calendarsSeq[i] = aCalendar; in getAllCalendars()
587 for(int i = 0, nOff = 0; i < currencyCount; i++, nOff += 8 ) { in getAllCurrencies2() local
598 seq[i] = cur; in getAllCurrencies2()
617 for (sal_Int32 i=0; i < nLen; ++i, ++p1, ++p2) in getAllCurrencies() local
636 sal_Int32 i = 0, k = 0; in replace() local
637 while (formatCode[i] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
640 while (formatCode[i] > 0 && oldStr[j] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
641 str[k++] = formatCode[i]; in replace()
642 if (formatCode[i++] != oldStr[j++]) in replace()
696 for (int i = 0, nOff = 0; i < section[s].formatCount; ++i, nOff += 7, ++f) in getAllFormats() local
725 for(sal_Int16 i = 0; i < collatorCount; i++) in getCollatorRuleByAlgorithm() local
726 if (algorithm.equals(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO])) in getCollatorRuleByAlgorithm()
727 return OUString(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_RULE]); in getCollatorRuleByAlgorithm()
744 for(sal_Int16 i = 0; i < collatorCount; i++) { in getCollatorImplementations() local
745 Implementation impl(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO], in getCollatorImplementations()
747 collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_DEFAULT][0])); in getCollatorImplementations()
748 seq[i] = impl; in getCollatorImplementations()
769 for(sal_Int16 i = 0; i < optionsCount; i++) { in getCollationOptions() local
770 seq[i] = OUString( optionsArray[i] ); in getCollationOptions()
791 for(sal_Int16 i = 0; i < optionsCount; i++) { in getSearchOptions() local
792 seq[i] = OUString( optionsArray[i] ); in getSearchOptions()
820 for(sal_Int16 i = 0; i < indexCount; i++) { in getIndexAlgorithm() local
821 seq[i] = indexArray[i*5]; in getIndexAlgorithm()
838 for(sal_Int16 i = 0; i < indexCount; i++) { in getDefaultIndexAlgorithm() local
839 if (indexArray[i*5 + 3][0]) in getDefaultIndexAlgorithm()
840 return OUString(indexArray[i*5]); in getDefaultIndexAlgorithm()
853 for(sal_Int16 i = 0; i < indexCount; i++) { in hasPhonetic() local
854 if (indexArray[i*5 + 4][0]) in hasPhonetic()
867 for(sal_Int16 i = 0; i < indexCount; i++) { in getIndexArrayForAlgorithm() local
868 if (algorithm.equals(indexArray[i*5])) in getIndexArrayForAlgorithm()
869 return indexArray+i*5; in getIndexArrayForAlgorithm()
907 for(sal_Int16 i = 0; i < scriptCount; i++) { in getUnicodeScripts() local
908 seq[i] = UnicodeScript( OUString(scriptArray[i]).toInt32() ); in getUnicodeScripts()
929 for(sal_Int16 i = 0; i < wordCount; i++) { in getFollowPageWords() local
930 seq[i] = OUString(wordArray[i]); in getFollowPageWords()
953 for(int i = 0; i < transliterationsCount; i++) { in getTransliterations() local
954 OUString elem(transliterationsArray[i]); in getTransliterations()
955 seq[i] = elem; in getTransliterations()
1039 for(int i = 0; i < (LCBreakIteratorRuleCount); i++) { in getBreakIteratorRules() local
1040 OUString elem(LCBreakIteratorRulesArray[i]); in getBreakIteratorRules()
1041 seq[i] = elem; in getBreakIteratorRules()
1063 for(int i = 0; i < (LCReservedWordsCount); i++) { in getReservedWord() local
1064 OUString elem(LCReservedWordsArray[i]); in getReservedWord()
1065 seq[i] = elem; in getReservedWord()
1085 int i; in getContinuousNumberingLevels() local
1099 for( i=0; i<pv.getLength(); i++ ) { in getContinuousNumberingLevels()
1100 pv[i] = Sequence<beans::PropertyValue>( nAttributes ); in getContinuousNumberingLevels()
1104 for( i=0; i<nStyles; i++ ) { in getContinuousNumberingLevels()
1105 sal_Unicode** pAttribute = pStyle[i]; in getContinuousNumberingLevels()
1108 beans::PropertyValue& rVal = pv[i][j]; in getContinuousNumberingLevels()
1203 int i; in U2C() local
1204 for( i = 0; i < str.getLength(); i++) in U2C()
1205 s[i] = sal::static_int_cast<sal_Char>( str[i] ); in U2C()
1206 s[i]='\0'; in U2C()
1214 int i; in getOutlineNumberingLevels() local
1232 for( i=0; i<nStyles; i++ ) in getOutlineNumberingLevels()
1237 sal_Unicode*** pLevel = pStyle[i]; in getOutlineNumberingLevels()
1279 aRet[i] = new OutlineNumbering( level, nLevels ); in getOutlineNumberingLevels()
1352 for( sal_Int16 i=0; i<nbOfLocales; i++ ) { in getAllInstalledLocaleNames() local
1353 OUString name = OUString::createFromAscii( aLibTable[i].pLocale ); in getAllInstalledLocaleNames()