Searched refs:aDigits (Results 1 – 2 of 2) sorted by relevance
496 static const sal_Char aDigits[16] in getDigit() local498 return aDigits[nWeight]; in getDigit()508 static const sal_Char aDigits[16] in getHexDigit() local511 return aDigits[nWeight]; in getHexDigit()521 static const sal_Char aDigits[64] in getBase64Digit() local527 return aDigits[nWeight]; in getBase64Digit()
475 ByteString aDigits("0123456789abcdefghijklmnopqrstuvwxyz+-<=>"); in IsUTF8() local478 if ( aDigits.Search( aID.GetChar(i) ) == STRING_NOTFOUND ) in IsUTF8()
Completed in 30 milliseconds