Searched defs:Alphabet (Results 1 – 12 of 12) sorted by relevance
55 pub struct Alphabet { struct59 impl Alphabet { implementation133 impl convert::TryFrom<&str> for Alphabet { implementation
100 pub fn random_alphabet<R: Rng>(rng: &mut R) -> &'static alphabet::Alphabet { in random_alphabet()
24 static const char Alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64StringEntry() local
11 enum Alphabet { enum
583 enum Alphabet { enum589 impl Arbitrary for Alphabet { implementation
50 type Alphabet = alias
74 "Alphabet": "ipa", string101 "Alphabet": "ipa", string
173 "Alphabet":{"type":"string"}, object465 "Alphabet":{ object
22 pub const fn new(alphabet: &Alphabet, config: NaiveConfig) -> Self { in new()
35 pub const fn new(alphabet: &Alphabet, config: GeneralPurposeConfig) -> Self { in new()
447 static const char Alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64StringEntry() local
430 static const char Alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64StringEntry() local