Home
last modified time | relevance | path

Searched refs:nDigitZero (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc.cxx672 for (unsigned int nDigitZero : the_aDigitZeroes) // ... check in all 0..9 ranges in HasDigits() local
674 if (nDigitZero > nCodePoint) in HasDigits()
676 if (/*nDigitZero <= nCodePoint &&*/ nCodePoint <= nDigitZero + 9) in HasDigits()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc.cxx667 for (unsigned int nDigitZero : the_aDigitZeroes) // ... check in all 0..9 ranges in HasDigits() local
669 if (nDigitZero > nCodePoint) in HasDigits()
671 if (/*nDigitZero <= nCodePoint &&*/ nCodePoint <= nDigitZero + 9) in HasDigits()