Searched refs:nLoc (Results 1 – 4 of 4) sorted by relevance
318 double nLoc = nTimeInDays - (double)(nZone1 + nDST1) / MILLISECONDS_PER_DAY; in setLocalDateTime() local319 xC->setDateTime( nLoc ); in setLocalDateTime()329 nLoc = nTimeInDays - (double)(nZone2 + nDST2) / MILLISECONDS_PER_DAY; in setLocalDateTime()330 xC->setDateTime( nLoc ); in setLocalDateTime()340 nLoc = nTimeInDays - (double)(nZone2 + nDST3) / MILLISECONDS_PER_DAY; in setLocalDateTime()341 xC->setDateTime( nLoc ); in setLocalDateTime()
168 Locale nLoc( lang, country, OUString() ); in getLocales() local172 if (nLoc == pLocale[j]) newloc = 0; in getLocales()175 pLocale[numlocs] = nLoc; in getLocales()178 aDLocs[k] = nLoc; in getLocales()
121 sal_Int32 nLoc = aLoc.getLength(); in GetAvailLocales() local122 for (sal_Int32 k = 0; k < nLoc; ++k) in GetAvailLocales()
2528 sal_uLong nLoc = pS->Tell(); in HandleBrace() local2587 pS->Seek(nLoc); in HandleBrace()
Completed in 47 milliseconds