Lines Matching refs:j

826 inline sal_Bool ImpSvNumberInputScan::GetNextNumber( sal_uInt16& i, sal_uInt16& j )  in GetNextNumber()  argument
830 j++; in GetNextNumber()
855 for (sal_uInt16 j=0; j<nAnzNums; ++j) in GetTimeRef() local
857 if (nNums[j] == nTimezonePos) in GetTimeRef()
860 if (nStartIndex < j && j - nStartIndex < nAnz) in GetTimeRef()
861 nAnz = j - nStartIndex; in GetTimeRef()
1279 for ( sal_uInt16 j = 0; j < nAnzNums; j++ ) in GetDateRef() local
1281 if ( nNums[j] == nTimePos - 2 ) in GetDateRef()
1283 nCounter = j; in GetDateRef()
2186 sal_uInt16 j = 0; // mark only numbers in IsNumberFormatMain() local
2192 if (GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain()
2211 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain()
2232 if (!GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain()
2238 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain()
2242 GetNextNumber(i,j); // i=3,4 in IsNumberFormatMain()
2261 if (!GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain()
2269 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain()
2275 GetNextNumber(i,j); // i=3,4 in IsNumberFormatMain()
2279 GetNextNumber(i,j); // i=5,6 in IsNumberFormatMain()
2300 if (!GetNextNumber(i,j)) // i=1,0 in IsNumberFormatMain()
2308 GetNextNumber(i,j); // i=1,2 in IsNumberFormatMain()
2313 while (nThOld != nThousand && j < nAnzNums-1) in IsNumberFormatMain()
2320 GetNextNumber(i,j); in IsNumberFormatMain()
2329 for (sal_uInt16 k = j; k < nAnzNums-1; k++) in IsNumberFormatMain()
2333 GetNextNumber(i,j); in IsNumberFormatMain()
2339 GetNextNumber(i,j); in IsNumberFormatMain()
2420 sal_Int32 j, nElems; in InitText() local
2430 for ( j=0; j<nElems; j++ ) in InitText()
2432 pUpperMonthText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
2433 pUpperAbbrevMonthText[j] = pChrCls->upper( xElems[j].AbbrevName ); in InitText()
2441 for ( j=0; j<nElems; j++ ) in InitText()
2443 pUpperDayText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
2444 pUpperAbbrevDayText[j] = pChrCls->upper( xElems[j].AbbrevName ); in InitText()