Searched defs:ASCII (Results 1 – 4 of 4) sorted by relevance
483 struct ASCII { struct484 typedef CharType Ch;486 enum { supportUnicode = 0 };489 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()495 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()502 static bool Validate(InputStream& is, OutputStream& os) { in Validate()509 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()516 static Ch Take(InputByteStream& is) { in Take()522 static void PutBOM(OutputByteStream& os) { in PutBOM()528 static void Put(OutputByteStream& os, Ch c) { in Put()
32 private static final Charset ASCII = Charset.forName("US-ASCII"); field in IkeFqdnIdentification
23 public static final Charset ASCII = Charset.forName("US-ASCII"); field in Utility
1178 private static final Charset ASCII = StandardCharsets.US_ASCII; field in IkeConfigPayload.ConfigAttributeAppVersion