Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/inet/
H A Dinetmime.cxx496 static const sal_Char aDigits[16] in getDigit() local
498 return aDigits[nWeight]; in getDigit()
508 static const sal_Char aDigits[16] in getHexDigit() local
511 return aDigits[nWeight]; in getHexDigit()
521 static const sal_Char aDigits[64] in getBase64Digit() local
527 return aDigits[nWeight]; in getBase64Digit()
/aoo4110/main/l10ntools/source/
H A Dgsicheck.cxx475 ByteString aDigits("0123456789abcdefghijklmnopqrstuvwxyz+-<=>"); in IsUTF8() local
478 if ( aDigits.Search( aID.GetChar(i) ) == STRING_NOTFOUND ) in IsUTF8()

Completed in 41 milliseconds